Skip to content

Commit f29d93f

Browse files
authored
Update ci-helm-lint-test.yml
1 parent 6f3a184 commit f29d93f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-helm-lint-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
cat << EOF > test-values.yaml
7777
name: "cnpg"
78-
instances: 1
78+
instances: 3
7979
bootstrap:
8080
initdb:
8181
database: app
@@ -128,6 +128,7 @@ jobs:
128128
break
129129
fi
130130
sleep 1
131+
echo "$READY_INSTANCES"
131132
(( ++ITER ))
132133
done
133134

0 commit comments

Comments
 (0)