Skip to content

Commit a084582

Browse files
committed
clean up unused params
1 parent 4c1d746 commit a084582

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

charts/cloudnative-pg-cluster/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
----------------------------------------------

charts/cloudnative-pg-cluster/values.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: "cnpg"
22

33
instances: 3
44

5-
# superuserSecret:
6-
# name: superuser-secret
7-
85
bootstrap:
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:

0 commit comments

Comments
 (0)