Skip to content

Commit

Permalink
docs: Fixing redirects from docs/user-guide which were removed in web…
Browse files Browse the repository at this point in the history
…site repo (#9851)

* Fixing redirects from docs/user-guide which were removed in website redirects list

* Fixing missing quote
  • Loading branch information
panyam authored Jan 15, 2025
1 parent 2e588c6 commit 31f5d62
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/kubernetes-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions modules/web/src/create/from/form/createsecret/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<kd-user-help>
<span i18n>A secret with the specified name will be added to the cluster in the namespace.</span>
<a
href="https://kubernetes.io/docs/user-guide/secrets/"
href="https://kubernetes.io/docs/concepts/configuration/secret/"
target="_blank"
tabindex="-1"
i18n
Expand Down Expand Up @@ -99,7 +99,7 @@
file.</ng-container
>
<a
href="https://kubernetes.io/docs/user-guide/images/#specifying-imagepullsecrets-on-a-pod"
href="https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod"
target="_blank"
tabindex="-1"
i18n
Expand Down
12 changes: 6 additions & 6 deletions modules/web/src/create/from/form/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
>An 'app' label with this value will be added to the Deployment and Service that get deployed.</ng-container
>
<a
href="https://kubernetes.io/docs/user-guide/labels/"
href="https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/"
target="_blank"
tabindex="-1"
i18n
Expand Down Expand Up @@ -104,7 +104,7 @@
Registry.</ng-container
>
<a
href="https://kubernetes.io/docs/user-guide/images/"
href="https://kubernetes.io/docs/concepts/containers/images/"
target="_blank"
tabindex="-1"
i18n
Expand Down Expand Up @@ -179,7 +179,7 @@
container.</ng-container
>
<a
href="https://kubernetes.io/docs/user-guide/services/"
href="https://kubernetes.io/docs/concepts/services-networking/service/"
target="_blank"
tabindex="-1"
i18n
Expand Down Expand Up @@ -262,7 +262,7 @@
include release, environment, tier, partition and track.</ng-container
>
<a
href="https://kubernetes.io/docs/user-guide/labels/"
href="https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/"
target="_blank"
tabindex="-1"
i18n
Expand Down Expand Up @@ -301,7 +301,7 @@
secret or create a new one.</ng-container
>
<a
href="https://kubernetes.io/docs/user-guide/secrets/"
href="https://kubernetes.io/docs/concepts/configuration/secret/"
target="_blank"
tabindex="-1"
i18n
Expand Down Expand Up @@ -401,7 +401,7 @@
options to override the default.</ng-container
>
<a
href="https://kubernetes.io/docs/user-guide/containers/"
href="https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/"
target="_blank"
tabindex="-1"
i18n
Expand Down

0 comments on commit 31f5d62

Please sign in to comment.