Skip to content

Commit baa0e01

Browse files
committed
react-server: Add checksum in deployment for config change
1 parent 1e37b1d commit baa0e01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

toggle/react-serve/templates/deployment.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ spec:
1414
run: {{ .Release.Name }}
1515
template:
1616
metadata:
17+
annotations:
18+
checksum/configmap: {{ include (print .Template.BasePath "/configmap.yaml") . | sha256sum }}
1719
labels:
1820
app: {{ template "react-serve.fullname" . }}
1921
release: {{ .Release.Name }}

0 commit comments

Comments
 (0)