Skip to content

Commit dd7898e

Browse files
authored
Fix a typo in the catalogs installation step (#1411)
1 parent 07ed131 commit dd7898e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.tpl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ kubectl apply -f "https://github.com/operator-framework/catalogd/releases/downlo
5454
kubectl_wait_rollout "olmv1-system" "deployment/catalogd-controller-manager" "60s"
5555
kubectl_wait "olmv1-system" "deployment/catalogd-controller-manager" "60s"
5656

57-
if [[ "${install_default_catalogs,,}" != "false" ]]; then
57+
if [[ "${install_default_catalogs}" != "false" ]]; then
5858
kubectl apply -f "https://github.com/operator-framework/catalogd/releases/download/${catalogd_version}/default-catalogs.yaml"
5959
kubectl wait --for=condition=Serving "clustercatalog/operatorhubio" --timeout="60s"
6060
fi

0 commit comments

Comments
 (0)