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 e56be2b commit fb963b3Copy full SHA for fb963b3
charts/sentry/templates/sentry/ingest/attachments/deployment-sentry-ingest-consumer-attachments.yaml
@@ -122,7 +122,7 @@ spec:
122
- "{{ .Values.sentry.ingestConsumerAttachments.maxBatchSize }}"
123
{{- end }}
124
{{- if .Values.sentry.ingestConsumerAttachments.maxBatchTimeMs }}
125
- - "--max-batch-size"
+ - "--max-batch-time-ms"
126
- "{{ .Values.sentry.ingestConsumerAttachments.maxBatchTimeMs }}"
127
128
{{- if .Values.sentry.ingestConsumerAttachments.livenessProbe.enabled }}
0 commit comments