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.