Skip to content

Commit

Permalink
fix(snuba): Add missing --no-strict-offset-reset for replacer
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Donskoy committed Oct 17, 2024
1 parent 3b9d82c commit 4ec7f21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/sentry/templates/snuba/deployment-snuba-replacer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ spec:
- "--auto-offset-reset"
- "{{ .Values.snuba.replacer.autoOffsetReset }}"
{{- end }}
{{- if .Values.snuba.replacer.noStrictOffsetReset }}
- "--no-strict-offset-reset"
{{- end }}
{{- if .Values.snuba.replacer.maxBatchTimeMs }}
- "--max-batch-time-ms"
- "{{ .Values.snuba.replacer.maxBatchTimeMs }}"
Expand Down

0 comments on commit 4ec7f21

Please sign in to comment.