We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consumers complain about missing topics.
The pod for kafka provisioning is not deployed as it is with kafka.enabled: true
kafka.enabled: true
externalKafka: host: "redpanda-0.redpanda.sentry.svc.cluster.local." port: 9093 sasl: mechanism: SCRAM-SHA-512 username: user password: password security: protocol: SASL_PLAINTEXT kafka: enabled: false provisioning: enabled: true
26.5.0
No response
Provisioning is not evaluated in the template if kafka.enabled: false:
kafka.enabled: false
charts/charts/sentry/templates/snuba/_helper-snuba.tpl
Lines 13 to 24 in 9e95d7b
The text was updated successfully, but these errors were encountered:
You can partially solve this problem by setting up snubaInit.kafka.enabled: true And then create manually some topics: #901
Sorry, something went wrong.
No branches or pull requests
Issue submitter TODO list
Describe the bug (actual behavior)
Consumers complain about missing topics.
Expected behavior
The pod for kafka provisioning is not deployed as it is with
kafka.enabled: true
values.yaml
Helm chart version
26.5.0
Steps to reproduce
Screenshots
No response
Logs
No response
Additional context
Provisioning is not evaluated in the template if
kafka.enabled: false
:charts/charts/sentry/templates/snuba/_helper-snuba.tpl
Lines 13 to 24 in 9e95d7b
The text was updated successfully, but these errors were encountered: