You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while [[ $(kubectl get btpoperators/e2e-test-btpoperator -ojson| jq '.status.conditions[] | select(.type=="Ready") |.status+.reason'|xargs)!="TrueReconcileSucceeded" ]];
53
53
doecho -e "\n---Waiting for BTP Operator to be ready and reconciled"; sleep 5;done
54
54
55
-
while [[ $(kubectl get deployment/sap-btp-operator-controller-manager -n kyma-system -o 'jsonpath={..status.conditions[?(@.type=="Available")].status}')!="True" ]];
56
-
doecho -e "\n--- Waiting for deployment to be available"; sleep 5;done
57
-
58
55
# verifying whether service instance and service binding custom resources were created
59
56
echo -e "\n---Checking if serviceinstances and servicebindings CRDs are created"
0 commit comments