You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| backup.barmanObjectStore.s3Credentials.accessKeyId.key | string |`"ACCESS_KEY_ID"`| key in Kubernetes Secret to use for S3 access key ID |
21
-
| backup.barmanObjectStore.s3Credentials.accessKeyId.name | string |`"aws-creds"`| existing Kubernetes Secret to use for S3 access key ID |
22
-
| backup.barmanObjectStore.s3Credentials.secretAccessKey.key | string |`"ACCESS_SECRET_KEY"`| key in Kubernetes Secret to use for S3 secret key |
23
-
| backup.barmanObjectStore.s3Credentials.secretAccessKey.name | string |`"aws-creds"`| existing Kubernetes Secret to use for S3 secret key |
24
-
| backup.retentionPolicy | string |`"30d"`| how long to keep backups for |
18
+
| backup | object |`{}`| if we should backup up this cluster, please see values.yaml for example |
25
19
| bootstrap.initdb.database | string |`"app"`| initial database to create |
26
20
| bootstrap.initdb.owner | string |`"app"`| owner of the initial database that is created above |
27
21
| certificates.client.clientCASecret | string |`""`| name of existing Kubernetes Secret for the postgresql client Certificate Authority cert, ignored if certificates.generate is true |
@@ -43,12 +37,8 @@ Create postgres tenant clusters managed by the CNPG Operator
43
37
| name | string |`"cnpg"`||
44
38
| postgresql.pg_hba | list |`["hostnossl all all 0.0.0.0/0 reject","hostssl all all 0.0.0.0/0 cert clientcert=verify-full"]`| records for the pg_hba.conf file. ref: https://www.postgresql.org/docs/current/auth-pg-hba-conf.html|
0 commit comments