Skip to content

Commit

Permalink
increase hub helm sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Sep 7, 2024
1 parent ecdccd0 commit 2d826e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kind-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ jobs:
helm repo update
kubectl create namespace kerberos-hub
helm install hub kerberos/hub --values kerberos-hub-helm.yaml -n kerberos-hub --create-namespace
echo "Sleeping for 30 seconds, give time for the helm chart to create the pods" && sleep 30
echo "Sleeping for 300 seconds, give time for the helm chart to create the pods" && sleep 300
kubectl get pods -A -o wide
kubectl get pods -A -o wide | grep kerberos-hub | awk '{print $3}' | grep -q '1/1' && echo "kerberos-hub pod is running with status 1/1" || (echo "kerberos-hub pod is not running with status 1/1" && exit 1)

0 comments on commit 2d826e9

Please sign in to comment.