tilt-extensions
tilt-extensions copied to clipboard
Helm_remote with set-files
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
related to: https://github.com/tilt-dev/tilt/issues/2752 (since helm_remote just delegates to helm())
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