Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Automatically roll Deployment when ConfigMap change (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonpeixoto authored Nov 2, 2020
1 parent c58d967 commit fb0aaaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/kafka-lag-exporter/templates/040-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
app.kubernetes.io/instance: {{ .Release.Name }}
{{- if .Values.podAnnotations }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/030-ConfigMap.yaml") . | sha256sum }}
{{ toYaml .Values.podAnnotations | indent 8 }}
{{- end }}
spec:
Expand Down

0 comments on commit fb0aaaa

Please sign in to comment.