Skip to content

Commit

Permalink
fix: reload identity when its config changed (#2234)
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid authored Aug 15, 2024
1 parent cc675cf commit cb41059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
{{- toYaml .Values.identity.podLabels | nindent 8 }}
{{- end }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/zeebe/configmap.yaml") . | sha256sum }}
checksum/config: {{ include (print $.Template.BasePath "/identity/configmap.yaml") . | sha256sum }}
{{- if .Values.identity.podAnnotations }}
{{- toYaml .Values.identity.podAnnotations | nindent 8 }}
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
{{- toYaml .Values.identity.podLabels | nindent 8 }}
{{- end }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/zeebe/configmap.yaml") . | sha256sum }}
checksum/config: {{ include (print $.Template.BasePath "/identity/configmap.yaml") . | sha256sum }}
{{- if .Values.identity.podAnnotations }}
{{- toYaml .Values.identity.podAnnotations | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit cb41059

Please sign in to comment.