Skip to content

Commit

Permalink
Add missing postgresql
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Noël <[email protected]>
  • Loading branch information
philippemnoel committed Sep 11, 2024
1 parent f4a74a3 commit 586d146
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/cluster/examples/basic.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: standalone
version:
postgresql: "16"
Expand Down
1 change: 1 addition & 0 deletions charts/cluster/examples/pgbouncer.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: standalone
cluster:
instances: 1
Expand Down
1 change: 1 addition & 0 deletions charts/cluster/examples/recovery-backup.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: recovery

recovery:
Expand Down
1 change: 1 addition & 0 deletions charts/cluster/examples/recovery-object_store.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: recovery

recovery:
Expand Down
1 change: 1 addition & 0 deletions charts/cluster/examples/recovery-pg_basebackup.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: "recovery"

recovery:
Expand Down
1 change: 1 addition & 0 deletions charts/cluster/examples/standalone-s3.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: standalone

cluster:
Expand Down
1 change: 1 addition & 0 deletions charts/cluster/test/monitoring/01-monitoring_cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: standalone
cluster:
instances: 2
Expand Down
1 change: 1 addition & 0 deletions charts/cluster/test/pooler/01-pooler_cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: standalone
cluster:
instances: 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: standalone
cluster:
instances: 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: standalone

cluster:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: recovery

cluster:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: recovery

cluster:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: recovery

cluster:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: "standalone"
cluster:
instances: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: "recovery"
recovery:
method: "pg_basebackup"
Expand Down

0 comments on commit 586d146

Please sign in to comment.