From e08ac77e117c1f999144a354a5a5c5ee35b4b569 Mon Sep 17 00:00:00 2001 From: Guilherme Oenning Date: Sun, 3 Sep 2023 20:58:39 +0100 Subject: [PATCH] remove namespace from webhook (#515) --- keda/templates/webhooks/validatingconfiguration.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/keda/templates/webhooks/validatingconfiguration.yaml b/keda/templates/webhooks/validatingconfiguration.yaml index 26d1d46f..5e2cde6b 100644 --- a/keda/templates/webhooks/validatingconfiguration.yaml +++ b/keda/templates/webhooks/validatingconfiguration.yaml @@ -19,7 +19,6 @@ metadata: app.kubernetes.io/name: {{ .Values.webhooks.name }} {{- include "keda.labels" . | indent 4 }} name: keda-admission - namespace: {{ .Release.Namespace }} webhooks: - admissionReviewVersions: - v1