Jake Cahill
Jake Cahill
Tested in chart 5.9.0 and it's working now
Just tested again with redpanda-5.6.63 v23.2.18: ``` export DOMAIN=customredpandadomain.local && \ helm repo add redpanda https://charts.redpanda.com/ helm repo update helm upgrade --install redpanda redpanda/redpanda \ --namespace redpanda \ --create-namespace \...
Just tested this again: ``` helm repo update helm install redpanda redpanda/redpanda \ --version 5.9.0 \ --namespace jake \ --create-namespace \ --set external.domain=customredpandadomain.local \ --set statefulset.initContainers.setDataDirOwnership.enabled=true --set "auth.sasl.users[0].name=superuser" --set auth.sasl.enabled=true...
Related to https://github.com/redpanda-data/helm-charts/issues/848
Updated the example to reflect the same pattern as `truststore_file`