We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a91ed4 commit 4abbf5eCopy full SHA for 4abbf5e
1 file changed
charts/synapse/templates/envoy-deployment.yaml
@@ -18,7 +18,7 @@ spec:
18
labels:
19
{{- include "synapse-client-reader-envoy.selectorLabels" . | nindent 8 }}
20
annotations:
21
- checksum/config: {{ .Files.Get "scripts/envoy.yaml" | sha256sum }}
+ checksum/config: {{ include (print $.Template.BasePath "/envoy-configmap.yaml") $ | sha256sum }}
22
{{- with .Values.envoyProxy.podAnnotations }}
23
{{- toYaml . | nindent 8 }}
24
{{- end }}
0 commit comments