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 1ea6243 commit b5673efCopy full SHA for b5673ef
charts/sentry/templates/snuba/cleanup/cronjob-clickhouse-cleanup.yaml
@@ -23,7 +23,7 @@ spec:
23
metadata:
24
annotations:
25
checksum/configYml: {{ .Values.config.configYml | toYaml | toString | sha256sum }}
26
- checksum/config.yaml: {{ include "snuba.config" . | sha256sum }}
+ checksum/config.yaml: {{ include "sentry.snuba.config" . | sha256sum }}
27
{{- if .Values.snuba.cleanup.annotations }}
28
{{ toYaml .Values.snuba.cleanup.annotations | indent 12 }}
29
{{- end }}
0 commit comments