tilt-extensions icon indicating copy to clipboard operation
tilt-extensions copied to clipboard

Helm_remote with set-files

Open scorsi opened this issue 5 years ago • 2 comments

Hello 👋

I'm actually trying to run Linkerd2 with Tilt. I'm trying to use helm for that case by following that : https://linkerd.io/2/tasks/install-helm/. I need to use --set-file option but it's not available with helm_remote.

Maybe I missed something.

My actual workaround is to generate my config.yaml file in Python to inject the files into it.

Thanks

scorsi avatar Jul 11 '20 00:07 scorsi

related to: https://github.com/tilt-dev/tilt/issues/2752 (since helm_remote just delegates to helm())

nicks avatar Jul 22 '20 23:07 nicks

a good workaround for this for now is to use local() to call helm template directly, as described here: https://docs.tilt.dev/helm.html#re-implementing-the-helm-built-in

nicks avatar Jul 22 '20 23:07 nicks