We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c71931f + 49500d2 commit 85fb66cCopy full SHA for 85fb66c
charts/openstack-actions-runner/templates/deployment.yaml
@@ -10,8 +10,11 @@ spec:
10
{{- include "openstack-actions-runner.selectorLabels" . | nindent 6 }}
11
template:
12
metadata:
13
- {{- with .Values.podAnnotations }}
14
annotations:
+ 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 }}
18
{{- toYaml . | nindent 8 }}
19
{{- end }}
20
labels:
0 commit comments