File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,11 @@ function kubectl_wait() {
3333}
3434
3535kubectl apply -f " https://github.com/cert-manager/cert-manager/releases/download/${cert_mgr_version} /cert-manager.yaml"
36+ kubectl_wait " cert-manager" " deployment/cert-manager-cainjector" " 60s"
3637kubectl_wait " cert-manager" " deployment/cert-manager-webhook" " 60s"
37-
38+ kubectl_wait " cert-manager" " deployment/cert-manager" " 60s"
39+ kubectl wait mutatingwebhookconfigurations/cert-manager-webhook --for=jsonpath=' {.webhooks[0].clientConfig.caBundle}' --timeout=60s
40+ kubectl wait validatingwebhookconfigurations/cert-manager-webhook --for=jsonpath=' {.webhooks[0].clientConfig.caBundle}' --timeout=60s
3841kubectl apply -f " ${catalogd_manifest} "
3942kubectl_wait " olmv1-system" " deployment/catalogd-controller-manager" " 60s"
4043
You can’t perform that action at this time.
0 commit comments