Skip to content

Commit bd07eb9

Browse files
authored
Update ci-helm-lint-test.yml
1 parent f29d93f commit bd07eb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-helm-lint-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ jobs:
113113
helm repo add cnpg-cluster https://small-hack.github.io/cloudnative-pg-cluster-chart
114114
helm repo update
115115
helm install cnpg-cluster cnpg-cluster/cnpg-cluster \
116-
--values test-values.yaml \
117-
--wait
116+
--values test-values.yaml
118117
119118
ITER=0
120119
while true; do
@@ -128,7 +127,8 @@ jobs:
128127
break
129128
fi
130129
sleep 1
131-
echo "$READY_INSTANCES"
130+
STATUS=$(kubectl get cluster)
131+
echo "$STATUS"
132132
(( ++ITER ))
133133
done
134134

0 commit comments

Comments
 (0)