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 6f3a184 commit f29d93f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-helm-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
cat << EOF > test-values.yaml
name: "cnpg"
instances: 1
instances: 3
bootstrap:
initdb:
database: app
Expand Down Expand Up @@ -128,6 +128,7 @@ jobs:
break
fi
sleep 1
echo "$READY_INSTANCES"
(( ++ITER ))
done
Expand Down

0 comments on commit f29d93f

Please sign in to comment.