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
Using the following values.yaml:
values.yaml
statefulset: extraVolumes: |- - name: redpanda-io-config configMap: name: redpanda-io-config extraVolumeMounts: |- - name: redpanda-io-config mountPath: /etc/redpanda-io-config additionalRedpandaCmdFlags: - "--io-properties-file=/etc/redpanda-io-config/io-config.yaml"
And the following command:
helm upgrade --install redpanda redpanda --repo https://charts.redpanda.com -n redpanda --wait --timeout 2h --create-namespace -f values.yaml --dry-run --debug
Results in the following error: output.log
Should have not failed
See details above.
No response
Redpanda
chart v5.9.4
JIRA Link: K8S-375
The text was updated successfully, but these errors were encountered:
This seems to have started in 5.9.2 (doesn't happen in 5.9.1).
Sorry, something went wrong.
No branches or pull requests
What happened?
Using the following
values.yaml
:And the following command:
Results in the following error:
output.log
What did you expect to happen?
Should have not failed
How can we reproduce it (as minimally and precisely as possible)?. Please include values file.
See details above.
Anything else we need to know?
No response
Which are the affected charts?
Redpanda
Chart Version(s)
chart v5.9.4
Cloud provider
JIRA Link: K8S-375
The text was updated successfully, but these errors were encountered: