From cdb05206631ee3f7f83f8823297d41c3353682dc Mon Sep 17 00:00:00 2001 From: Melvin GABALI Date: Thu, 22 Jan 2026 22:07:10 +0100 Subject: [PATCH] updatre --- .../ops/templates/externalsecret-ovh-credentials.yaml | 2 +- .../ops/templates/secret-ovh-credentials.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/cert-manager-webhook-ovh/ops/templates/externalsecret-ovh-credentials.yaml b/helm/cert-manager-webhook-ovh/ops/templates/externalsecret-ovh-credentials.yaml index 1c812b0..ddbd951 100644 --- a/helm/cert-manager-webhook-ovh/ops/templates/externalsecret-ovh-credentials.yaml +++ b/helm/cert-manager-webhook-ovh/ops/templates/externalsecret-ovh-credentials.yaml @@ -35,7 +35,7 @@ apiVersion: external-secrets.io/v1beta1 kind: ExternalSecret metadata: name: {{ .Values.externalSecret.secretName | default "cert-manager-webhook-ovh" }} - namespace: {{ .Values.cert-manager-webhook-ovh.certManager.namespace | default "cert-manager-ops" }} + namespace: {{ index .Values "cert-manager-webhook-ovh" "certManager" "namespace" | default "cert-manager-ops" }} labels: app.kubernetes.io/name: cert-manager-webhook-ovh app.kubernetes.io/instance: {{ .Release.Name }} diff --git a/helm/cert-manager-webhook-ovh/ops/templates/secret-ovh-credentials.yaml b/helm/cert-manager-webhook-ovh/ops/templates/secret-ovh-credentials.yaml index 916481d..df8ab16 100644 --- a/helm/cert-manager-webhook-ovh/ops/templates/secret-ovh-credentials.yaml +++ b/helm/cert-manager-webhook-ovh/ops/templates/secret-ovh-credentials.yaml @@ -22,7 +22,7 @@ apiVersion: v1 kind: Secret metadata: name: {{ .Values.externalSecret.secretName | default "cert-manager-webhook-ovh" }} - namespace: {{ .Values.cert-manager-webhook-ovh.certManager.namespace | default "cert-manager-ops" }} + namespace: {{ index .Values "cert-manager-webhook-ovh" "certManager" "namespace" | default "cert-manager-ops" }} labels: app.kubernetes.io/name: cert-manager-webhook-ovh app.kubernetes.io/instance: {{ .Release.Name }}