diff --git a/deploy/charts/external-secrets/templates/cert-controller-deployment.yaml b/deploy/charts/external-secrets/templates/cert-controller-deployment.yaml index 51083e565..311e4a3a9 100644 --- a/deploy/charts/external-secrets/templates/cert-controller-deployment.yaml +++ b/deploy/charts/external-secrets/templates/cert-controller-deployment.yaml @@ -1,4 +1,4 @@ -{{- if and .Values.certController.create (not .Values.webhook.certManager.enable) }} +{{- if and .Values.certController.create (not .Values.webhook.certManager.enabled) }} apiVersion: apps/v1 kind: Deployment metadata: