Skip to content

Commit 5e60157

Browse files
authored
Update charts/cloudnative-pg-cluster/README.md
1 parent 9bb2890 commit 5e60157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/cloudnative-pg-cluster/README.md

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

0 commit comments

Comments
 (0)