We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77c53c commit 427a7cdCopy full SHA for 427a7cd
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