File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11name : keycloak
2- version : 4.13.0
2+ version : 4.13.1
33appVersion : 5.0.0
44description : Open Source Identity and Access Management For Modern Applications and Services
55keywords :
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ metadata:
1111type : Opaque
1212data :
1313{{- if .Values.keycloak.password }}
14- {{ .Values.keycloak.existingSecretKey }}: {{ .Values.keycloak.password | b64enc | quote }}
14+ {{ .Values.keycloak.existingSecretKey }}: {{ .Values.keycloak.password | b64enc | quote }}
1515{{- else }}
16- {{ .Values.keycloak.existingSecretKey }}: {{ randAlphaNum 10 | b64enc | quote }}
16+ {{ .Values.keycloak.existingSecretKey }}: {{ randAlphaNum 10 | b64enc | quote }}
1717{{- end }}
1818{{- end}}
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ apiVersion: apps/v1
33kind : StatefulSet
44metadata :
55 name : {{ template "keycloak.fullname" . }}
6- annotations :
7- checksum/config : {{ include (print .Template.BasePath "/configmap.yaml") . | sha256sum }}
86 labels :
97 app : {{ template "keycloak.name" . }}
108 chart : {{ template "keycloak.chart" . }}
2826 {{- if .Values.keycloak.podLabels }}
2927{{ toYaml .Values.keycloak.podLabels | indent 8 }}
3028 {{- end }}
31- {{- if .Values.keycloak.podAnnotations }}
3229 annotations :
30+ checksum/config : {{ include (print .Template.BasePath "/configmap.yaml") . | sha256sum }}
31+ {{- if .Values.keycloak.podAnnotations }}
3332{{ toYaml .Values.keycloak.podAnnotations | indent 8 }}
3433{{- end }}
3534 spec :
You can’t perform that action at this time.
0 commit comments