File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
charts/cloudnative-pg-cluster Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ Create postgres tenant clusters managed by the CNPG Operator
4343| scheduledBackup.spec.cluster.name | string | ` "pg-backup" ` | |
4444| scheduledBackup.spec.schedule | string | ` "0 0 0 * * *" ` | crontab style schedule to run the backups |
4545| storage.size | string | ` "1Gi" ` | how much storage to allocate to the postgresql cluster |
46- | superuserSecret.name | string | ` "superuser-secret" ` | |
4746| testApp.enabled | bool | ` false ` | |
4847
4948----------------------------------------------
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ name: "cnpg"
22
33instances : 3
44
5- # superuserSecret:
6- # name: superuser-secret
7-
85bootstrap :
96 initdb :
107 # -- initial database to create
@@ -16,11 +13,11 @@ bootstrap:
1613 # list of SQL commands to run as part of the init scripts, example:
1714 # postInitSQL:
1815 # - CREATE ROLE friend
19- # Specify an external cluster to bootstrap from
16+ # Specify an external cluster to bootstrap from
2017 # recovery:
2118 # source: clusterBackup
2219
23- # externalClusters:
20+ externalClusters : []
2421# # -- name of external/existing cluster
2522# - name: clusterBackup
2623# barmanObjectStore:
You can’t perform that action at this time.
0 commit comments