File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
charts/cloudnative-pg-cluster Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Create postgres tenant clusters managed by the CNPG Operator
4747| scheduledBackup.spec.cluster.name | string | ` "pg-backup" ` | |
4848| scheduledBackup.spec.schedule | string | ` "0 0 0 * * *" ` | crontab style schedule to run the backups |
4949| storage.size | string | ` "1Gi" ` | how much storage to allocate to the postgresql cluster |
50- | superuserSecret | string | ` nil ` | name of existing secret to use as superuser redentials will be randomly generated if not specified. |
50+ | superuserSecret | string | ` "" ` | name of existing secret to use as superuser redentials will be randomly generated if not specified. |
5151| testApp.enabled | bool | ` false ` | |
5252
5353----------------------------------------------
You can’t perform that action at this time.
0 commit comments