Skip to content

Commit 5e45cb7

Browse files
authored
Update ci-helm-lint-test.yml
1 parent fb4cdd3 commit 5e45cb7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)