Helm override values from external repo


Marcello Lorenzi
 

Hi All,
we are testing the integration with Helm and an external repo for the charts. Usually we create the chart with the default values.yaml and all the per environment env_values.yaml to override some values. Is it possible from helm client to call the file present into the external repo?

Thanks,
Marcello


Matt Farina
 

> Is it possible from helm client to call the file present into the external repo?

What kind of repo are you talking about? An external charts repo? Then no. If the file is web accessible there is the -f / --values flag that can be used. But, be careful about putting your env config in a web accessible location.

Does that help?