Skip to content

Commit 4220f4e

Browse files
authored
chore: set nginx to re-rollout on configmap change (#3340)
1 parent 85ab141 commit 4220f4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helm-chart/renku-core/templates/deployment-nginx.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ spec:
1111
replicas: 1
1212
template:
1313
metadata:
14+
annotations:
15+
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
1416
labels:
1517
app.kubernetes.io/name: {{ include "renku-core.fullname" $ }}-nginx
1618
spec:

0 commit comments

Comments
 (0)