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.
Include support for the
auto_init
keyword argument fromk8s_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.