From 252eda5e7da7a26ef273ce835f6fdedf1d9861ad Mon Sep 17 00:00:00 2001 From: devthejo Date: Tue, 16 May 2023 18:40:52 +0200 Subject: [PATCH] fix: typo --- packages/webhook/templates/namespace.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webhook/templates/namespace.yaml b/packages/webhook/templates/namespace.yaml index c74b6ee560..236bffce81 100644 --- a/packages/webhook/templates/namespace.yaml +++ b/packages/webhook/templates/namespace.yaml @@ -9,5 +9,5 @@ metadata: {{ if not .Values.isProdCluster }} cert: wildcard {{- end }} - namespace: "{{ .Release.Namespace }}" + name: "{{ .Release.Namespace }}" {{ end }} \ No newline at end of file