Skip to content

Commit

Permalink
Fix Helm chart notes to use template values (#1634)
Browse files Browse the repository at this point in the history
Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu>
  • Loading branch information
treydock committed Feb 22, 2021
1 parent 267be08 commit e3a8c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kyverno/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e3a8c50

Please sign in to comment.