SparebankenVest / public-helm-charts

Public Helm charts provided by Sparebanken Vest
https://charts.spvapi.no
27 stars 50 forks source link

Error when adding controller labels in akv2k8s chart #88

Closed EmceeMichaelC closed 1 year ago

EmceeMichaelC commented 1 year ago

When adding labels to controller.labels in the values file, I get the following error installing the chart:

Error: YAML parse error on akv2k8s/templates/controller-deployment.yaml: error converting YAML to JSON: yaml: line 10: mapping values are not allowed in this context

I believe using nindent instead of indent on the following line should fix this issue.

https://github.com/SparebankenVest/public-helm-charts/blob/master/stable/akv2k8s/templates/controller-deployment.yaml#L13

181192 commented 1 year ago

Thank you @EmceeMichaelC fixed :relieved: