Skip to content

Commit 1036891

Browse files
lemeurherveCBMirco Hacker
authored andcommitted
chore: put back the separator at the beginning
As it better reflect the fact this template can generate multiple secrets. Signed-off-by: Hervé Le Meur <[email protected]>
1 parent 4b5b8dd commit 1036891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/keycloak/templates/secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{{- range $nameSuffix, $values := .Values.secrets }}
2+
---
23
apiVersion: v1
34
kind: Secret
45
metadata:
@@ -25,5 +26,4 @@ stringData:
2526
{{- printf "%s: %s" $key (tpl $value $ | quote) | nindent 2 }}
2627
{{- end }}
2728
{{- end }}
28-
---
2929
{{- end -}}

0 commit comments

Comments
 (0)