Skip to content

Commit b1c02e7

Browse files
author
armab
committed
Fix st2web re-deployment is not triggered when updating SSL cert
1 parent cb6b0ea commit b1c02e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/deployments.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ spec:
338338
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
339339
release: {{ .Release.Name }}
340340
heritage: {{ .Release.Service }}
341+
annotations:
342+
checksum/ssl: {{ include (print $.Template.BasePath "/secrets_st2web.yaml") . | sha256sum }}
341343
spec:
342344
{{- if .Values.enterprise.enabled }}
343345
imagePullSecrets:

0 commit comments

Comments
 (0)