We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5de66a commit c929975Copy full SHA for c929975
scripts/install.tpl.sh
@@ -76,11 +76,6 @@ kubectl_wait "olmv1-system" "deployment/catalogd-controller-manager" "60s"
76
kubectl_wait "olmv1-system" "deployment/operator-controller-controller-manager" "60s"
77
78
if [[ "${install_default_catalogs}" != "false" ]]; then
79
- if [[ ! -f "$default_catalogs_manifest" ]]; then
80
- echo "Error: Missing required default catalogs manifest file at $default_catalogs_manifest"
81
- exit 1
82
- fi
83
-
84
kubectl apply -f "${default_catalogs_manifest}"
85
kubectl wait --for=condition=Serving "clustercatalog/operatorhubio" --timeout="60s"
86
fi
0 commit comments