Skip to content

Commit de6c1cc

Browse files
Ensure nginx refreshes when its configs are updated
1 parent 9be0f76 commit de6c1cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

chart/templates/deployment-nginx.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ spec:
2727
{{- toYaml . | nindent 8 }}
2828
{{- end }}
2929
annotations:
30+
checksum/nginx-config: {{ include (print $.Template.BasePath "/configmap-nginx.yaml") . | sha256sum }}
3031
{{- include "openops.prometheusAnnotations" (dict "root" . "component" "nginx") | nindent 8 }}
3132
{{- with .Values.global.commonAnnotations }}
3233
{{- toYaml . | nindent 8 }}

0 commit comments

Comments
 (0)