From 809c23a1118c3dcb46cd6d56afcc7f05fb54fab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Hisse?= Date: Sun, 22 Jan 2023 14:12:55 -0300 Subject: [PATCH] Add namespace in test pod and webhooks cleanup job helm template (#6061) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add namespace in test pod Signed-off-by: Jose Hisse * add namespace in webhooks cleanup job Signed-off-by: Jose Hisse Signed-off-by: Jose Hisse Co-authored-by: Charles-Edouard Brétéché --- charts/kyverno/templates/helm-pre-delete-hook.yaml | 1 + charts/kyverno/templates/tests/test.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/charts/kyverno/templates/helm-pre-delete-hook.yaml b/charts/kyverno/templates/helm-pre-delete-hook.yaml index ac1b02fd6a..6479d8f1a7 100644 --- a/charts/kyverno/templates/helm-pre-delete-hook.yaml +++ b/charts/kyverno/templates/helm-pre-delete-hook.yaml @@ -3,6 +3,7 @@ apiVersion: batch/v1 kind: Job metadata: name: {{ template "kyverno.fullname" . }}-hook-pre-delete + namespace: {{ template "kyverno.namespace" . }} labels: {{- include "kyverno.labels" . | nindent 4 }} annotations: diff --git a/charts/kyverno/templates/tests/test.yaml b/charts/kyverno/templates/tests/test.yaml index 75345dbacc..83831aae28 100644 --- a/charts/kyverno/templates/tests/test.yaml +++ b/charts/kyverno/templates/tests/test.yaml @@ -2,6 +2,7 @@ apiVersion: v1 kind: Pod metadata: name: "{{ template "kyverno.fullname" . }}-test" + namespace: {{ template "kyverno.namespace" . }} labels: {{- include "kyverno.test-labels" . | nindent 4 }} annotations: