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 07ed131 commit dd7898eCopy full SHA for dd7898e
scripts/install.tpl.sh
@@ -54,7 +54,7 @@ kubectl apply -f "https://github.com/operator-framework/catalogd/releases/downlo
54
kubectl_wait_rollout "olmv1-system" "deployment/catalogd-controller-manager" "60s"
55
kubectl_wait "olmv1-system" "deployment/catalogd-controller-manager" "60s"
56
57
-if [[ "${install_default_catalogs,,}" != "false" ]]; then
+if [[ "${install_default_catalogs}" != "false" ]]; then
58
kubectl apply -f "https://github.com/operator-framework/catalogd/releases/download/${catalogd_version}/default-catalogs.yaml"
59
kubectl wait --for=condition=Serving "clustercatalog/operatorhubio" --timeout="60s"
60
fi
0 commit comments