Skip to content

Commit 4a58095

Browse files
committed
wip
1 parent 6ffb8c8 commit 4a58095

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/testing/install_module.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ kubectl apply -f ${YAML_DIR}/e2e-test-btpoperator.yaml
5252
while [[ $(kubectl get btpoperators/e2e-test-btpoperator -ojson| jq '.status.conditions[] | select(.type=="Ready") |.status+.reason'|xargs) != "TrueReconcileSucceeded" ]];
5353
do echo -e "\n---Waiting for BTP Operator to be ready and reconciled"; sleep 5; done
5454

55-
while [[ $(kubectl get deployment/sap-btp-operator-controller-manager -n kyma-system -o 'jsonpath={..status.conditions[?(@.type=="Available")].status}') != "True" ]];
56-
do echo -e "\n--- Waiting for deployment to be available"; sleep 5; done
57-
5855
# verifying whether service instance and service binding custom resources were created
5956
echo -e "\n---Checking if serviceinstances and servicebindings CRDs are created"
6057

0 commit comments

Comments
 (0)