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 6fe9047..1c812b0 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.certManager.namespace | default "cert-manager-ops" }} + namespace: {{ .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 dc90c67..916481d 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.certManager.namespace | default "cert-manager-ops" }} + namespace: {{ .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 }}