Helm rollouts to support --set-file during helm install
rejected
R
Raw Jellyfish
Currently helm rollouts support Helm Command Flags https://developer.harness.io/docs/continuous-delivery/deploy-srv-diff-platforms/helm/deploy-helm-charts/#add-the-helm-chart . However, using passing the file to --set-file is not supported out of the box and the file has to be available on the delegate. Having a provision to specify the file on the helm service would be beneficial
Log In
Rohan Gupta
rejected
no response in 2 months.
R
Raw Jellyfish
Hi Rohan, We have a properties file that will be passed during the helm deployment. We are able to achieve this by cloning the repo and making the file available during the deploy stage in Harness. We would like to have a way to inject the file automatically from previous build stages or the deploy stage be able to pull in the file automatically from the repository.
Rohan Gupta
Raw Jellyfish: from the build stage you can pass the repo, the commit id, the file paths to the harness helm service. No need to use the helm set file functionality. We can take the files from CI as long as the proper params are provided to us. We just need a storage location. What you cannot do is pass a path on the delegate or build pod for harness to fetch these configurations
Rohan Gupta
pending feedback
Rohan Gupta
Can you clarify? We do allow you to pass in the command flag to do a set. Are you saying that the config file need to be on the delegate before? It's not bundled in the chart?