update cert-manager-webhook-ovh

This commit is contained in:
2026-01-22 22:01:21 +01:00
parent cd6d841c13
commit 5e00225141
2 changed files with 2 additions and 2 deletions

View File

@@ -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 }}
namespace: {{ .Values.certManager.namespace | default "cert-manager-ops" }}
labels:
app.kubernetes.io/name: cert-manager-webhook-ovh
app.kubernetes.io/instance: {{ .Release.Name }}

View File

@@ -22,7 +22,7 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ .Values.externalSecret.secretName | default "cert-manager-webhook-ovh" }}
namespace: {{ .Values.certManager.namespace }}
namespace: {{ .Values.certManager.namespace | default "cert-manager-ops" }}
labels:
app.kubernetes.io/name: cert-manager-webhook-ovh
app.kubernetes.io/instance: {{ .Release.Name }}