Skip to content

Commit

Permalink
update testdata creation script
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Apr 22, 2024
1 parent 638bb42 commit c37e889
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions testing/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,15 @@ echo ""
spinner_until 120 deployment_fully_updated default short-pvc-name
echo ""
echo "'short-pvc-name' deployment healthy"
echo "waiting for the 'very-long-prometheus-pvc-name' deployment"
echo ""
spinner_until 120 deployment_fully_updated default very-long-prometheus-pvc-name
echo ""
echo "'very-long-prometheus-pvc-name' deployment healthy"

kubectl get statefulsets
kubectl get deployments
kubectl get pvc

echo ""
echo "setting up rbac for the testing service account"
Expand Down

0 comments on commit c37e889

Please sign in to comment.