From e7030f9fdfccc70557aab1808a37cb5f93cdacd0 Mon Sep 17 00:00:00 2001 From: James Mellors Date: Mon, 21 Apr 2025 20:17:10 +0100 Subject: [PATCH] updating namespcae for certificate --- helm/ntfy/templates/certificate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/ntfy/templates/certificate.yaml b/helm/ntfy/templates/certificate.yaml index 96825a8..47e2f66 100644 --- a/helm/ntfy/templates/certificate.yaml +++ b/helm/ntfy/templates/certificate.yaml @@ -37,7 +37,7 @@ kind: Certificate metadata: # Name the Certificate resource (often same as secretName) name: {{ $secretName }} - namespace: {{ $namespace }} + namespace: istio-system labels: {{- include "ntfy.labels" $ | nindent 4 }} {{- with $.Values.certManager.certificate.extraLabels }}