influxdata / helm-charts

Official Helm Chart Repository for InfluxData Applications
MIT License
233 stars 330 forks source link

fix: image override error when passing list #660

Closed Abhi94N closed 3 months ago

Abhi94N commented 3 months ago

key getting the following error when adding a list for image.overrides

Error: YAML parse error on influxdb3-clustered/templates/app-instance.yml: error converting YAML to JSON: yaml: line 19: did not find expected ',' or ']'

Added with block to resolve issue for image overrides.