Skip to content

Commit

Permalink
fix: add checksum for kc-realm secret
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornChance committed Dec 12, 2024
1 parent 728b4be commit b237a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/keycloak/chart/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ spec:
{{- if not .Values.devMode }}
annotations:
postgres-hash: {{ include (print $.Template.BasePath "/secret-postgresql.yaml") . | sha256sum }}
kc-realm-hash: {{ include (print $.Template.BasePath "/secret-kc-realm.yaml") . | sha256sum }}
{{- end }}
spec:
securityContext:
Expand Down

0 comments on commit b237a97

Please sign in to comment.