rancher / fleet

Deploy workloads from Git to large fleets of Kubernetes clusters
https://fleet.rancher.io/
Apache License 2.0
1.5k stars 226 forks source link

kustomize enable helm integration "--enable-helm" #1084

Open strowi opened 1 year ago

strowi commented 1 year ago

Is your feature request related to a problem?

Hi,

currently it seems not possible to deploy a mixture of kustomize + helm-chart or helm-chart + simple yaml (possibly related to #1056). The mixture is somewhat needed if one wants to deploy a helm-chart including secrets (which are not decrypted by fleet as of now). Kustomize allows the integration of helm, and a lot of people using this combination. It might also allow for an easier migration-path to fleet.

Solution you'd like

Enable the "--enable-helm" flag on kustomize, or allow the user to enable it.

Alternatives you've considered

No response

Anything else?

No response

cdryzun commented 1 year ago

Yes, I also have this need.

amuntean-godaddy commented 1 year ago

+1