Increase sleep duration in hub installation step for improved resource readiness

This commit is contained in:
cedricve
2025-11-26 21:20:49 +01:00
parent f8935c266d
commit 795ac2735c

View File

@@ -104,6 +104,6 @@ jobs:
helm repo add kerberos https://charts.kerberos.io
kubectl create namespace kerberos-hub
helm install hub kerberos/hub --values ./base/hub/kerberos-hub-values.yaml -n kerberos-hub --create-namespace
sleep 100
sleep 300
kubectl get pods -A -o wide
kubectl get pods -A -o wide | grep hub-frontend- | awk '{print $3}' | grep -q '1/1' && echo "hub-frontend pod is running with status 1/1" || (echo "hub-frontend pod is not running with status 1/1" && exit 1)