File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ kubectl_wait "cert-manager" "deployment/cert-manager-webhook" "60s"
47
47
kubectl apply -f " https://github.com/operator-framework/catalogd/releases/download/${catalogd_version} /catalogd.yaml"
48
48
# Wait for the rollout, and then wait for the deployment to be Available
49
49
kubectl_wait_rollout " olmv1-system" " deployment/catalogd-controller-manager" " 60s"
50
- kubectl_wait " cert-manager " " deployment/cert-manager-webhook " " 60s"
50
+ kubectl_wait " olmv1-system " " deployment/catalogd-controller-manager " " 60s"
51
51
52
52
if [[ " ${install_default_catalogs,,} " != " false" ]]; then
53
53
kubectl apply -f " https://github.com/operator-framework/catalogd/releases/download/${catalogd_version} /default-catalogs.yaml"
You can’t perform that action at this time.
0 commit comments