From f29d93f63773faf2277a8d1d386e2c7b9b1e6ec1 Mon Sep 17 00:00:00 2001 From: Max! Date: Fri, 10 Nov 2023 11:42:11 +0100 Subject: [PATCH] Update ci-helm-lint-test.yml --- .github/workflows/ci-helm-lint-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-helm-lint-test.yml b/.github/workflows/ci-helm-lint-test.yml index 3a5433f..acfda20 100644 --- a/.github/workflows/ci-helm-lint-test.yml +++ b/.github/workflows/ci-helm-lint-test.yml @@ -75,7 +75,7 @@ jobs: run: | cat << EOF > test-values.yaml name: "cnpg" - instances: 1 + instances: 3 bootstrap: initdb: database: app @@ -128,6 +128,7 @@ jobs: break fi sleep 1 + echo "$READY_INSTANCES" (( ++ITER )) done