tilt-dev / tilt-extensions

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

Resource Deps for k8s_yaml? #595

Closed alikleit closed 1 month ago

alikleit commented 1 month ago

Is there a way to accomplish something like:

k8s_yaml('file.yaml', resource_deps=["service-operator"])

where service-operator is a helm_resource

nicks commented 1 month ago

not today, only on k8s_resource, marking this as a duplicate of https://github.com/tilt-dev/tilt/issues/3265