We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e37b1d commit baa0e01Copy full SHA for baa0e01
toggle/react-serve/templates/deployment.yaml
@@ -14,6 +14,8 @@ spec:
14
run: {{ .Release.Name }}
15
template:
16
metadata:
17
+ annotations:
18
+ checksum/configmap: {{ include (print .Template.BasePath "/configmap.yaml") . | sha256sum }}
19
labels:
20
app: {{ template "react-serve.fullname" . }}
21
release: {{ .Release.Name }}
0 commit comments