From 31f5d62fc109ad7280516f713337c6a88a8400b9 Mon Sep 17 00:00:00 2001 From: Sri Panyam Date: Wed, 15 Jan 2025 00:40:34 -0800 Subject: [PATCH] docs: Fixing redirects from docs/user-guide which were removed in website repo (#9851) * Fixing redirects from docs/user-guide which were removed in website redirects list * Fixing missing quote --- 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.