redpanda-data / helm-charts

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

Fix Redpanda node configuration generation #1464

Closed RafalKorepta closed 3 months ago

RafalKorepta commented 3 months ago

If user provides boolean type in config.node that boolean values was converted into string. Example developer_mode which is of type bool would prevent unmarshal redpanda.yaml as follows:

error unmarshaling JSON: while decoding JSON: json: cannot unmarshal string into Go struct field RedpandaNodeConfig.redpanda.developer_mode of type bool