Browse Source

fix invalid quote (#4483)

Signed-off-by: Aran Shavit <Aranshavit@gmail.com>
Aran Shavit 1 year ago
parent
commit
cf073a700e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deploy/charts/external-secrets/templates/webhook-certificate.yaml

+ 1 - 1
deploy/charts/external-secrets/templates/webhook-certificate.yaml

@@ -27,7 +27,7 @@ spec:
   renewBefore: {{ . | quote }}
   {{- end }}
   {{- with .Values.webhook.certManager.cert.revisionHistoryLimit }}
-  revisionHistoryLimit: {{ . | quote }}
+  revisionHistoryLimit: {{ . }}
   {{- end }}
   secretName: {{ include "external-secrets.fullname" . }}-webhook
 {{- end }}