Skip to content

Commit 85fb66c

Browse files
author
Erwan BERNARD
authored
Merge pull request #29 from scality/feature/restart-on-config-change
Restart service on config change
2 parents c71931f + 49500d2 commit 85fb66c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

charts/openstack-actions-runner/templates/deployment.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ spec:
1010
{{- include "openstack-actions-runner.selectorLabels" . | nindent 6 }}
1111
template:
1212
metadata:
13-
{{- with .Values.podAnnotations }}
1413
annotations:
14+
checksum/settings: {{ include (print $.Template.BasePath "/settings.yml") . | sha256sum }}
15+
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
16+
checksum/configmap: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
17+
{{- with .Values.podAnnotations }}
1518
{{- toYaml . | nindent 8 }}
1619
{{- end }}
1720
labels:

0 commit comments

Comments
 (0)