1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

Fix Helm chart notes to use template values (#1634)

Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu>
This commit is contained in:
treydock 2021-02-22 16:22:28 -05:00 committed by GitHub
parent 267be0815f
commit e3a8c5091c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ Thank you for installing {{ .Chart.Name }} 😀
Your release is named {{ .Release.Name }}.
We have installed the "default" profile of Pod Security Standards and set them in audit mode.
We have installed the "{{ .Values.podSecurityStandard }}" profile of Pod Security Standards and set them in {{ .Values.validationFailureAction }} mode.
Visit https://kyverno.io/policies/ to find more sample policies.