tilt
tilt copied to clipboard
Being able to create Kubernetes Webhooks and CRDs dependency
Describe the Feature You Want
I need to have a way to deploy some resources only when the an associated webhook is deployed and ready.
Current Behavior
The resource dependency is limited to deployments and not CRDs
Why Do You Want This?
In kubernetes I am deploying Tekton which install a Webhook which takes sometimes to start. Then I am deploying in the same process the tasks and pipelines which are checked by the webhooks. Unfortunatly the tasks and pipelines are not part of the k8_resources known by Tilt so we can't create dependency
Additional context I am using Minikube
thanks! related issue - https://github.com/tilt-dev/tilt/issues/6287
Ok, closing it as duplicate