Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tasks/install-operator-from-fbc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ spec:
oc get catalogsource tas-test -n openshift-marketplace -o yaml


until oc get deployment rhtas-operator-controller-manager -n openshift-operators &>/dev/null; do
until oc get deployment rhtas-controller-manager -n openshift-operators &>/dev/null; do
echo "Waiting for the deployment to be created..."
sleep 5
done
oc wait --for=condition=available deployment/rhtas-operator-controller-manager --timeout=2m -n openshift-operators
oc wait --for=condition=available deployment/rhtas-controller-manager --timeout=2m -n openshift-operators

2 changes: 1 addition & 1 deletion tasks/install-operator-from-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ spec:
mountPath: /storage
script: |
oc create -k /storage/resources/config/env/openshift
oc wait --for=condition=available deployment/rhtas-operator-controller-manager --timeout=120s -n openshift-rhtas-operator
oc wait --for=condition=available deployment/rhtas-controller-manager --timeout=120s -n openshift-rhtas-operator