Skip to content

Commit

Permalink
Fix perf tests script running nightly Istio CR in kyma-system (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
videlov authored Aug 17, 2023
1 parent 1ed1de2 commit 33042c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ci/gardener-perf-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kubectl apply -f config/samples/operator_v1alpha2_istio.yaml
number=1
while [[ $number -le 100 ]] ; do
echo ">--> checking kyma status #$number"
STATUS=$(kubectl get istio default -o jsonpath='{.status.state}')
STATUS=$(kubectl get -n kyma-system istio default -o jsonpath='{.status.state}')
echo "kyma status: ${STATUS:='UNKNOWN'}"
[[ "$STATUS" == "Ready" ]] && break
sleep 5
Expand Down

0 comments on commit 33042c8

Please sign in to comment.