tilt-dev / tilt-extensions

Extensions for Tilt
https://tilt.dev/
Apache License 2.0
204 stars 162 forks source link

helm_resource: Add `auto_init` keyword argument #471

Closed noelleleigh closed 1 year ago

noelleleigh commented 1 year ago

Include support for the auto_init keyword argument from k8s_resource.

The use-case is our team wants to be able to run a service from a Helm chart in our cluster, but it is not critical to the functionality of the cluster and incurs a significant performance cost. We would like to be able opt-out of starting this heavy service automatically when running tilt up.

No tests are included because I'm not certain how to test that a resource doesn't exist in a meaningful way.