Skip to content

Commit b5673ef

Browse files
authored
fix: cronjob Config (#1881)
1 parent 1ea6243 commit b5673ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/sentry/templates/snuba/cleanup/cronjob-clickhouse-cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
metadata:
2424
annotations:
2525
checksum/configYml: {{ .Values.config.configYml | toYaml | toString | sha256sum }}
26-
checksum/config.yaml: {{ include "snuba.config" . | sha256sum }}
26+
checksum/config.yaml: {{ include "sentry.snuba.config" . | sha256sum }}
2727
{{- if .Values.snuba.cleanup.annotations }}
2828
{{ toYaml .Values.snuba.cleanup.annotations | indent 12 }}
2929
{{- end }}

0 commit comments

Comments
 (0)