Skip to content

Commit 120ac95

Browse files
authored
Fix link to CSV in pod-security-standards docu (#5874)
Signed-off-by: Christoph Stäbler <[email protected]>
1 parent 5282bfa commit 120ac95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/content/en/docs/best-practices/pod-security-standards.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ You might need include this in the installation documentation for your Operator.
109109
**You should ensure the configuration is carried to the Pod/Containers on the bundle CSV (install.spec.deployments.containers).**
110110
111111
To check an example of CSV which complies with the [restrictive][restricted] policy, see the Golang sample
112-
under the [testdata/go/v3/memcached-operator/bundle/manifests/memcached-operator.clusterserviceversion.yaml](https://github.com/kubernetes-sigs/kubebuilder/blob/master/testdata/go/v3/memcached-operator/bundle/manifests/memcached-operator.clusterserviceversion.yaml)
112+
under the [testdata/go/v3/memcached-operator/bundle/manifests/memcached-operator.clusterserviceversion.yaml](https://github.com/operator-framework/operator-sdk/blob/master/testdata/go/v3/memcached-operator/bundle/manifests/memcached-operator.clusterserviceversion.yaml)
113113
114114
[pod-security]: https://kubernetes.io/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future/#what-is-podsecuritypolicy
115115
[2579-psp-replacement]: https://github.com/kubernetes/enhancements/tree/master/keps/sig-auth/2579-psp-replacement
116116
[enforce-standards-namespace-labels]: https://kubernetes.io/docs/tasks/configure-pod-container/enforce-standards-namespace-labels/
117-
[restricted]: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
117+
[restricted]: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted

0 commit comments

Comments
 (0)