Skip to content

Commit 4abbf5e

Browse files
committed
fix checksum for envoy configmap not covering lua
1 parent 1a91ed4 commit 4abbf5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/synapse/templates/envoy-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
labels:
1919
{{- include "synapse-client-reader-envoy.selectorLabels" . | nindent 8 }}
2020
annotations:
21-
checksum/config: {{ .Files.Get "scripts/envoy.yaml" | sha256sum }}
21+
checksum/config: {{ include (print $.Template.BasePath "/envoy-configmap.yaml") $ | sha256sum }}
2222
{{- with .Values.envoyProxy.podAnnotations }}
2323
{{- toYaml . | nindent 8 }}
2424
{{- end }}

0 commit comments

Comments
 (0)