Add vars to prevent constant resyncs

This commit is contained in:
Amarpreet Minhas 2023-07-08 21:48:16 -04:00
parent 3234836510
commit ace3dc10a3

View file

@ -70,6 +70,8 @@ spec:
{{- range .Values.externalSecrets.secrets }}
- secretKey: {{ .secretKey }}
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: {{ .key }}
property: {{ .property }}
{{- end }}