Skip to content

Commit

Permalink
Add explicit type: postgresql to test examples (cloudnative-pg#385)
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Noël <[email protected]>
  • Loading branch information
philippemnoel authored and hapeho committed Dec 18, 2024
1 parent 653c14e commit 0849c14
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"
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
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:
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:
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:
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:
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
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: standalone
cluster:
instances: 2
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: standalone

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

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

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

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

0 comments on commit 0849c14

Please sign in to comment.