You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Issue
When installing the virtual kubelet chart using Flux v2 there is a duplicate label, apps, that gets created and fails to install. Installation through helm cli is ok as helm is more forgiving than Flux, however, it should be expected that the helm chart wouldn't have duplicate values, which violate YAML syntax. Steps To Reproduce
Run helm template virtual-kubelet-azure-aci https://github.com/virtual-kubelet/azure-aci/raw/gh-pages/charts/virtual-kubelet-azure-aci-1.6.0.tgz
Notice invalid value on line 93 Expected behavior
The app label would only be used once and be allowed with Flux HelmRelease controller Virtual-kubelet version
1.6.0 Kubernetes version
n/a Additional context
The text was updated successfully, but these errors were encountered:
with two different template values. I'm not familiar enough with how these values are being used elsewhere but since the current setup would override a value anyway the template file should have logic to use one or the other and the separate label removed from the deployment.
Describe the Issue
When installing the virtual kubelet chart using Flux v2 there is a duplicate label, apps, that gets created and fails to install. Installation through helm cli is ok as helm is more forgiving than Flux, however, it should be expected that the helm chart wouldn't have duplicate values, which violate YAML syntax.
Steps To Reproduce
helm template virtual-kubelet-azure-aci https://github.com/virtual-kubelet/azure-aci/raw/gh-pages/charts/virtual-kubelet-azure-aci-1.6.0.tgz
Expected behavior
The app label would only be used once and be allowed with Flux HelmRelease controller
Virtual-kubelet version
1.6.0
Kubernetes version
n/a
Additional context
The text was updated successfully, but these errors were encountered: