From 103073ff2da9c0a5622d1ac0eabbf15911ddad18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Tue, 15 Nov 2022 16:23:59 +0100 Subject: [PATCH] chore: add helm ci values with cleanup controller (#5357) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché Signed-off-by: Charles-Edouard Brétéché --- charts/kyverno/ci/cleanupController-values.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 charts/kyverno/ci/cleanupController-values.yaml diff --git a/charts/kyverno/ci/cleanupController-values.yaml b/charts/kyverno/ci/cleanupController-values.yaml new file mode 100644 index 0000000000..c6a552b2d5 --- /dev/null +++ b/charts/kyverno/ci/cleanupController-values.yaml @@ -0,0 +1,2 @@ +cleanupController: + enabled: true