Skip to content

Commit

Permalink
Fix a typo in the catalogs installation step (operator-framework#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
itroyano authored Oct 28, 2024
1 parent 07ed131 commit dd7898e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.tpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ kubectl apply -f "https://github.com/operator-framework/catalogd/releases/downlo
kubectl_wait_rollout "olmv1-system" "deployment/catalogd-controller-manager" "60s"
kubectl_wait "olmv1-system" "deployment/catalogd-controller-manager" "60s"

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

0 comments on commit dd7898e

Please sign in to comment.