You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: