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 682766f commit bb08bab
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci-helm-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ jobs:
cat << EOF > test-values.yaml
name: "cnpg"
instances: 1
superuserSecret:
name: null
bootstrap:
initdb:
database: app
Expand Down Expand Up @@ -111,11 +109,11 @@ jobs:
- name: Install CNPG cluster
working-directory: ./charts/cloudnative-pg-cluster
run: |
#helm repo add cnpg-cluster https://small-hack.github.io/cloudnative-pg-tenant-chart
#helm repo update
#helm install cnpg-cluster cnpg-cluster/cnpg-cluster --values test-values.yaml
helm template . -f test-values.yaml > deploy.yaml
kubectl apply -f deploy.yaml
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 template . -f test-values.yaml > deploy.yaml
#kubectl apply -f deploy.yaml
ITER=0
while true; do
Expand Down

0 comments on commit bb08bab

Please sign in to comment.