From 427a7cd874bd44bdbf3d2919fb79975a88e57e57 Mon Sep 17 00:00:00 2001 From: Per Goncalves da Silva Date: Fri, 31 Jan 2025 15:49:48 +0100 Subject: [PATCH] Fix default catalog installation in install script Signed-off-by: Per Goncalves da Silva --- scripts/install.tpl.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/install.tpl.sh b/scripts/install.tpl.sh index 0138baade..8088a2515 100644 --- a/scripts/install.tpl.sh +++ b/scripts/install.tpl.sh @@ -76,11 +76,6 @@ kubectl_wait "olmv1-system" "deployment/catalogd-controller-manager" "60s" kubectl_wait "olmv1-system" "deployment/operator-controller-controller-manager" "60s" if [[ "${install_default_catalogs}" != "false" ]]; then - if [[ ! -f "$default_catalogs_manifest" ]]; then - echo "Error: Missing required default catalogs manifest file at $default_catalogs_manifest" - exit 1 - fi - kubectl apply -f "${default_catalogs_manifest}" kubectl wait --for=condition=Serving "clustercatalog/operatorhubio" --timeout="60s" fi