Skip to content

Commit 6817019

Browse files
lemeurherveCBMirco Hacker
authored andcommitted
fix(keycloak): put secrets separator at the top of their definition
Fixes codecentric#504 'invalid Yaml document separator' error on linting when there is more than one secret declared in keycloak chart values Signed-off-by: Hervé Le Meur <[email protected]>
1 parent 4587a89 commit 6817019

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/keycloak/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: keycloak
3-
version: 16.0.2
3+
version: 16.0.3
44
appVersion: 15.0.2
55
description: Open Source Identity and Access Management For Modern Applications and Services
66
keywords:

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)