rancher / fleet

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

deploy a chart with my own values.yaml #692

Open 1mfaasj opened 2 years ago

1mfaasj commented 2 years ago

I have a question about using Fleet. I use helm charts to do my deployments and have some custom values.yaml associated with certain helm charts. I saved it to my Github repository.

Can I deploy a certain Chart with Fleet (without forking it to my own github repository first), but still select my own values.yaml from my Github repository?

akazakou commented 2 years ago

Hi @jboesh. Probably you can use ValuesFrom functionality to override your values.yaml file values. I have asked about it in rancher/fleet#555

ron1 commented 2 years ago

Follow helm-external fleet example and add your valuesFile.yaml to valuesFiles field in fleet.yaml.