mirror of
https://github.com/outbackdingo/deployment.git
synced 2026-03-22 04:41:38 +00:00
increase hub helm sleep
This commit is contained in:
2
.github/workflows/kind-cloud.yaml
vendored
2
.github/workflows/kind-cloud.yaml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user