Skip to content

Commit 577b416

Browse files
authored
Merge pull request #1284 from lunarwhite/fix-link
Fix broken kyverno links
2 parents 0ef97ce + 8a93e63 commit 577b416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/docs/installation/best-practice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ tweak the [various liveness probe time settings and thresholds](https://github.c
107107
108108
## Restrict Auto-Mount of Service Account Tokens
109109

110-
This recommendation is described in the [Kyverno Policy Catalogue](https://kyverno.io/policies/other/restrict_automount_sa_token/restrict_automount_sa_token/) as follows:
110+
This recommendation is described in the [Kyverno Policy Catalogue](https://kyverno.io/policies/other/res/restrict-automount-sa-token/restrict-automount-sa-token/) as follows:
111111
> Kubernetes automatically mounts ServiceAccount credentials in each Pod. The
112112
> ServiceAccount may be assigned roles allowing Pods to access API resources.
113113
> Blocking this ability is an extension of the least privilege best practice and

content/v1.12-docs/installation/best-practice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and in that case you can modify the installation configuration using Helm chart
1616

1717
## Restrict Auto-Mount of Service Account Tokens
1818

19-
This recommendation is described in the [Kyverno Policy Catalogue](https://kyverno.io/policies/other/restrict_automount_sa_token/restrict_automount_sa_token/) as follows:
19+
This recommendation is described in the [Kyverno Policy Catalogue](https://kyverno.io/policies/other/res/restrict-automount-sa-token/restrict-automount-sa-token/) as follows:
2020
> Kubernetes automatically mounts ServiceAccount credentials in each Pod. The
2121
> ServiceAccount may be assigned roles allowing Pods to access API resources.
2222
> Blocking this ability is an extension of the least privilege best practice and

0 commit comments

Comments
 (0)