We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633e0e8 commit 5330ca0Copy full SHA for 5330ca0
scripts/install.tpl.sh
@@ -47,7 +47,7 @@ kubectl_wait "cert-manager" "deployment/cert-manager-webhook" "60s"
47
kubectl apply -f "https://github.com/operator-framework/catalogd/releases/download/${catalogd_version}/catalogd.yaml"
48
# Wait for the rollout, and then wait for the deployment to be Available
49
kubectl_wait_rollout "olmv1-system" "deployment/catalogd-controller-manager" "60s"
50
-kubectl_wait "cert-manager" "deployment/cert-manager-webhook" "60s"
+kubectl_wait "olmv1-system" "deployment/catalogd-controller-manager" "60s"
51
52
if [[ "${install_default_catalogs,,}" != "false" ]]; then
53
kubectl apply -f "https://github.com/operator-framework/catalogd/releases/download/${catalogd_version}/default-catalogs.yaml"
0 commit comments