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 fb4cdd3 commit 5e45cb7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci-helm-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,17 @@ jobs:
--namespace cert-manager \
--create-namespace \
--set installCRDs=true \
--set prometheus.enabled=false
--set prometheus.enabled=false \
--wait
- name: Install CNPG Operator
run: |
helm repo add cnpg-operator https://cloudnative-pg.github.io/charts
helm repo update
helm install cnpg-operator cnpg-operator/cloudnative-pg \
--namespace cnpg-system \
--set "webhook.port=443" \
--create-namespace
--create-namespace \
--wait
- name: Creat testing values
working-directory: ./charts/cloudnative-pg-cluster
Expand Down Expand Up @@ -111,7 +112,10 @@ jobs:
run: |
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
helm install cnpg-cluster cnpg-cluster/cnpg-cluster \
--values test-values.yaml \
--wait
#helm template . -f test-values.yaml > deploy.yaml
#kubectl apply -f deploy.yaml
Expand Down

0 comments on commit 5e45cb7

Please sign in to comment.