update references helm chart values.yaml

This commit is contained in:
Cedric Verstraeten
2024-11-27 13:28:58 +01:00
parent a75358affb
commit 19399a01ca
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ jobs:
id: install-kerberos-hub
run: |
kubectl create namespace kerberos-hub
helm install hub ./ --values values.yaml -n kerberos-hub --create-namespace
helm install hub ./ --values charts/hub/values.yaml -n kerberos-hub --create-namespace
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 hub-frontend | awk '{print $3}' | grep -q '1/1' && echo "hub-frontend pod is running with status 1/1" || (echo "kerberos-hub pod is not running with status 1/1" && exit 1)

View File

@@ -30,7 +30,7 @@ jobs:
id: install-kerberos-hub
run: |
kubectl create namespace kerberos-hub
helm install hub ./ --values values.yaml -n kerberos-hub --create-namespace
helm install hub ./ --values charts/hub/values.yaml -n kerberos-hub --create-namespace
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 hub-frontend | awk '{print $3}' | grep -q '1/1' && echo "hub-frontend pod is running with status 1/1" || (echo "kerberos-hub pod is not running with status 1/1" && exit 1)