Add vars to prevent constant resyncs
This commit is contained in:
parent
3234836510
commit
ace3dc10a3
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ spec:
|
|||
{{- range .Values.externalSecrets.secrets }}
|
||||
- secretKey: {{ .secretKey }}
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: {{ .key }}
|
||||
property: {{ .property }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue