Closed nurimansyah89 closed 1 year ago
When using Helm V3, if we set array on key that convert with toYaml function, it's produce mapping value not allowed on context error
values.yaml
tolerations
... tolerations: - key: "some-key" operator: "Exists" effect: "NoSchedule" ...
helm install
Mapping values are not allowed on context error showed
No error on run
This will fix #11
Hi, thank you for using my project and contribution to it :smile:
Nice catch and LGTM !
Issue
When using Helm V3, if we set array on key that convert with toYaml function, it's produce mapping value not allowed on context error
Reproduce
values.yaml
tolerations
with some values:helm install
commandActual
Mapping values are not allowed on context error showed
Expected
No error on run
Additional Proof
This will fix #11