From 693562f7fe4575c3b9457102aced37fb2d03581c Mon Sep 17 00:00:00 2001 From: Sriram Panyam Date: Mon, 13 Jan 2025 13:58:40 -0800 Subject: [PATCH 1/2] Fixing redirects from docs/user-guide which were removed in website redirects list --- charts/kubernetes-dashboard/values.yaml | 2 +- .../src/create/from/form/createsecret/template.html | 4 ++-- modules/web/src/create/from/form/template.html | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/kubernetes-dashboard/values.yaml b/charts/kubernetes-dashboard/values.yaml index 98242f7f6fa7..5536f7d09e98 100644 --- a/charts/kubernetes-dashboard/values.yaml +++ b/charts/kubernetes-dashboard/values.yaml @@ -23,7 +23,7 @@ app: pullSecrets: [] scheduling: # Node labels for pod assignment - # Ref: https://kubernetes.io/docs/user-guide/node-selection/ + # Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ nodeSelector: {} security: # Allow overriding csrfKey used by API/Auth containers. diff --git a/modules/web/src/create/from/form/createsecret/template.html b/modules/web/src/create/from/form/createsecret/template.html index 8d4572735dee..5d2ee8710784 100644 --- a/modules/web/src/create/from/form/createsecret/template.html +++ b/modules/web/src/create/from/form/createsecret/template.html @@ -59,7 +59,7 @@ A secret with the specified name will be added to the cluster in the namespace. An 'app' label with this value will be added to the Deployment and Service that get deployed. Date: Tue, 14 Jan 2025 17:51:48 -0800 Subject: [PATCH 2/2] Fixing missing quote --- modules/web/src/create/from/form/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web/src/create/from/form/template.html b/modules/web/src/create/from/form/template.html index b48c582bc0d1..ce94b3224983 100644 --- a/modules/web/src/create/from/form/template.html +++ b/modules/web/src/create/from/form/template.html @@ -104,7 +104,7 @@ Registry.