Skip to content

Commit

Permalink
chore: put back the separator at the beginning
Browse files Browse the repository at this point in the history
As it better reflect the fact this template can generate multiple secrets.

Signed-off-by: Hervé Le Meur <[email protected]>
  • Loading branch information
lemeurherveCB authored and Mirco Hacker committed Dec 23, 2021
1 parent 4b5b8dd commit 1036891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/keycloak/templates/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{- range $nameSuffix, $values := .Values.secrets }}
---
apiVersion: v1
kind: Secret
metadata:
Expand All @@ -25,5 +26,4 @@ stringData:
{{- printf "%s: %s" $key (tpl $value $ | quote) | nindent 2 }}
{{- end }}
{{- end }}
---
{{- end -}}

0 comments on commit 1036891

Please sign in to comment.