redpanda-data / helm-charts

Redpanda Helm Chart
http://redpanda.com
Apache License 2.0
77 stars 96 forks source link

Fix mechanism check in superuser creation #1475

Closed RafalKorepta closed 3 months ago

RafalKorepta commented 3 months ago

If superuser list is provided in values and mechanism is missing, the check for not equal to empty string does not match as in template engine mechanism is nil.

Fixes https://github.com/redpanda-data/helm-charts/issues/1381