Skip to content

Commit 8c0e4fb

Browse files
authored
fix: ensure all oci auth secrets in values.yaml are created (#390)
## Description Previously when adding multiple oci secrets, only the last secret added to the values.yaml was being created. This change ensures that our oci-auth template does not overwrite previous secrets.
1 parent 0185dc6 commit 8c0e4fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chart/validator/templates/plugin-secret-oci-auth.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ stringData:
77
{{- range $key, $val := .env }}
88
{{ $key }}: {{ $val | quote }}
99
{{- end }}
10+
---
1011
{{- end }}

0 commit comments

Comments
 (0)