浏览代码

Fix value name (#2985)

Aran Shavit 2 年之前
父节点
当前提交
bfc158aaa0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deploy/charts/external-secrets/templates/cert-controller-deployment.yaml

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