Skip to content

Commit

Permalink
PM-1915 - Matterbridge-bot - Force restart on config change
Browse files Browse the repository at this point in the history
  • Loading branch information
kaozenn committed Jul 24, 2024
1 parent f210a32 commit 0c36010
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion matterbridge-bot/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ spec:
{{- include "matterbridge-bot.selectorLabels" . | nindent 6 }}
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
checksum/environment: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
labels:
{{- include "matterbridge-bot.labels" . | nindent 8 }}
{{- with .Values.podLabels }}
Expand Down

0 comments on commit 0c36010

Please sign in to comment.