Open nicks opened 4 years ago
You can do this with helm_resource's flags param: https://github.com/tilt-dev/tilt-extensions/tree/master/helm_resource
I'm fine leaving this issue open to add set_file to the old helm()
built-in, but I think most people would be happier with helm_resource
helm
has a --set-file flag for setting specific fields of the template to the results of a file (like a combination of --set and --values). Tilt should support this as well. Requested in the #tilt channelMedium-term, this makes me wonder if the
helm()
function is a good candidate for extensibility, so that people can add features to it without waiting on a Tilt release