From bb08bab074a685dc12c5dbb3bc2437c9a58e458d Mon Sep 17 00:00:00 2001 From: Max! Date: Fri, 10 Nov 2023 11:21:21 +0100 Subject: [PATCH] Update ci-helm-lint-test.yml --- .github/workflows/ci-helm-lint-test.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-helm-lint-test.yml b/.github/workflows/ci-helm-lint-test.yml index 6ec6c86..c4c1712 100644 --- a/.github/workflows/ci-helm-lint-test.yml +++ b/.github/workflows/ci-helm-lint-test.yml @@ -74,8 +74,6 @@ jobs: cat << EOF > test-values.yaml name: "cnpg" instances: 1 - superuserSecret: - name: null bootstrap: initdb: database: app @@ -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