Browse Source

Fix value name (#2985)

Aran Shavit 2 years ago
parent
commit
bfc158aaa0

+ 1 - 1
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: