Skip to content

Commit

Permalink
Merge pull request #37 from djerfy/feat/config-checksum
Browse files Browse the repository at this point in the history
feat: add configmap checksump in deployment
  • Loading branch information
djerfy authored Sep 4, 2023
2 parents a8830f1 + c72871b commit 1eac835
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/zabbix-kubernetes-discovery/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ spec:
metadata:
labels:
app: {{ .Values.deployment.name }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
spec:
{{- if .Values.serviceAccount.create }}
serviceAccountName: {{ .Values.serviceAccount.name }}
Expand Down

0 comments on commit 1eac835

Please sign in to comment.