Skip to content

Commit

Permalink
fix: ensure all oci auth secrets in values.yaml are created (#390)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
ahmad-ibra committed Aug 14, 2024
1 parent 0185dc6 commit 8c0e4fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/validator/templates/plugin-secret-oci-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ stringData:
{{- range $key, $val := .env }}
{{ $key }}: {{ $val | quote }}
{{- end }}
---
{{- end }}

0 comments on commit 8c0e4fb

Please sign in to comment.