From e3a8c5091cb3aa0f399f10fbddda3e0e33e98973 Mon Sep 17 00:00:00 2001 From: treydock Date: Mon, 22 Feb 2021 16:22:28 -0500 Subject: [PATCH] Fix Helm chart notes to use template values (#1634) Signed-off-by: Trey Dockendorf --- charts/kyverno/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kyverno/templates/NOTES.txt b/charts/kyverno/templates/NOTES.txt index 9acc7b61b5..97dabc8764 100644 --- a/charts/kyverno/templates/NOTES.txt +++ b/charts/kyverno/templates/NOTES.txt @@ -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.