Skip to content

Commit

Permalink
🌱 wait for olm (#360)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <dzager@redhat.com>
  • Loading branch information
djzager authored Jul 18, 2024
1 parent 4734b6a commit f6fc160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hack/install-konveyor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,6 @@ EOF
}

kubectl get customresourcedefinitions.apiextensions.k8s.io clusterserviceversions.operators.coreos.com || operator-sdk olm install
kubectl wait --timeout=600s --for=condition=established customresourcedefinitions.apiextensions.k8s.io clusterserviceversions.operators.coreos.com
kubectl get customresourcedefinitions.apiextensions.k8s.io tackles.tackle.konveyor.io || run_bundle
install_tackle
1 change: 1 addition & 0 deletions hack/install-tackle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ install_operator() {
}

kubectl get customresourcedefinitions.apiextensions.k8s.io clusterserviceversions.operators.coreos.com || operator-sdk olm install
kubectl wait --timeout=600s --for=condition=established customresourcedefinitions.apiextensions.k8s.io clusterserviceversions.operators.coreos.com
kubectl get customresourcedefinitions.apiextensions.k8s.io tackles.tackle.konveyor.io || install_operator


Expand Down

0 comments on commit f6fc160

Please sign in to comment.