File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -58,16 +58,17 @@ jobs:
5858 --namespace cert-manager \
5959 --create-namespace \
6060 --set installCRDs=true \
61- --set prometheus.enabled=false
61+ --set prometheus.enabled=false \
62+ --wait
6263
6364 - name : Install CNPG Operator
6465 run : |
6566 helm repo add cnpg-operator https://cloudnative-pg.github.io/charts
6667 helm repo update
6768 helm install cnpg-operator cnpg-operator/cloudnative-pg \
6869 --namespace cnpg-system \
69- --set "webhook.port=443" \
70- --create-namespace
70+ --create-namespace \
71+ --wait
7172
7273 - name : Creat testing values
7374 working-directory : ./charts/cloudnative-pg-cluster
@@ -111,7 +112,10 @@ jobs:
111112 run : |
112113 helm repo add cnpg-cluster https://small-hack.github.io/cloudnative-pg-cluster-chart
113114 helm repo update
114- helm install cnpg-cluster cnpg-cluster/cnpg-cluster --values test-values.yaml
115+ helm install cnpg-cluster cnpg-cluster/cnpg-cluster \
116+ --values test-values.yaml \
117+ --wait
118+
115119 #helm template . -f test-values.yaml > deploy.yaml
116120 #kubectl apply -f deploy.yaml
117121
You can’t perform that action at this time.
0 commit comments