Helm release installation fails with fluxcd/helm-controller #6303
Labels
component/plugin-flux
Issue related to kubeapps plugin to manage Helm charts via Flux
kind/bug
An issue that reports a defect in an existing feature
Milestone
Describe the bug
An attempt to install the helm release with fluxcd/helm-controller fails because of the following errors:
Basically, helm chart generates an invalid template with duplicate keys in YAML.
fluxcd/helm-controller
would not tolerate this, but command-linehelm install
would silently remove the duplicate keys.Same issue from the
fluxcd/helm-controller
project: fluxcd/helm-controller#283To Reproduce
Steps to reproduce the behavior:
fluxcd/helm-controller
e.g.:kubectl describe helmrelease kubeapps
Expected behavior
Helm chart should not generate duplicate keys in the resulting YAML. The deployment of the kubeapps helm chart should succeed with
fluxcd/helm-controller
.The text was updated successfully, but these errors were encountered: