Skip to content

Commit

Permalink
Update ci-helm-lint-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudymax authored Nov 10, 2023
1 parent f29d93f commit bd07eb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-helm-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ jobs:
helm repo add cnpg-cluster https://small-hack.github.io/cloudnative-pg-cluster-chart
helm repo update
helm install cnpg-cluster cnpg-cluster/cnpg-cluster \
--values test-values.yaml \
--wait
--values test-values.yaml
ITER=0
while true; do
Expand All @@ -128,7 +127,8 @@ jobs:
break
fi
sleep 1
echo "$READY_INSTANCES"
STATUS=$(kubectl get cluster)
echo "$STATUS"
(( ++ITER ))
done
Expand Down

0 comments on commit bd07eb9

Please sign in to comment.