소스 검색

fix invalid quote (#4483)

Signed-off-by: Aran Shavit <Aranshavit@gmail.com>
Aran Shavit 1 년 전
부모
커밋
cf073a700e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }}