sigs.k8s.io/cluster-api-provider-azure@v1.14.3/tilt_modules/cert_manager/test/Tiltfile (about) 1 load('../Tiltfile', 'deploy_cert_manager') 2 3 is_kind = k8s_context().startswith('kind-') 4 deploy_cert_manager(load_to_kind=is_kind) 5 6 local_resource( 7 name='verify-cert-manager', 8 cmd='kubectl wait --for=condition=Available --timeout=300s -n cert-manager deployment/cert-manager')