From 0a2342c45f926214a7bb85e3fa021ff8965033e6 Mon Sep 17 00:00:00 2001 From: Melvin GABALI Date: Thu, 22 Jan 2026 20:55:55 +0100 Subject: [PATCH] update namespace --- apps/applicationset-cert-manager-webhook-ovh.yaml | 2 +- .../cert-manager-webhook-ovh/ops/templates/service-account.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/applicationset-cert-manager-webhook-ovh.yaml b/apps/applicationset-cert-manager-webhook-ovh.yaml index 450461c..95e359d 100644 --- a/apps/applicationset-cert-manager-webhook-ovh.yaml +++ b/apps/applicationset-cert-manager-webhook-ovh.yaml @@ -37,7 +37,7 @@ spec: destination: # Déploie uniquement sur le cluster OPS name: '{{name}}' - namespace: cert-manager-{{path.basename}} + namespace: cert-manager-webhook-ovh-{{path.basename}} syncPolicy: automated: prune: true diff --git a/helm/cert-manager-webhook-ovh/ops/templates/service-account.yaml b/helm/cert-manager-webhook-ovh/ops/templates/service-account.yaml index eaea083..e2676a6 100644 --- a/helm/cert-manager-webhook-ovh/ops/templates/service-account.yaml +++ b/helm/cert-manager-webhook-ovh/ops/templates/service-account.yaml @@ -3,4 +3,4 @@ apiVersion: v1 kind: ServiceAccount metadata: name: cert-manager-webhook-ovh-sa - namespace: cert-manager-webhook-ovh-ops \ No newline at end of file + namespace: {{ .Release.Namespace }} \ No newline at end of file