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
@@ -273,7 +273,7 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat
273
273
| recovery.s3.secretKey | string | `""` | |
274
274
| recovery.secret.create | bool | `true` | Whether to create a secret for the backup credentials |
275
275
| recovery.secret.name | string | `""` | Name of the backup credentials secret |
276
-
| replica.bootstrap.database | string | `"app"` | Name of the database used by the application. Default: `app`. |
276
+
| replica.bootstrap.database | string | `""` | Name of the database used by the application |
277
277
| replica.bootstrap.owner | string | `""` | Name of the owner of the database in the instance to be used by applications. Defaults to the value of the `database` key. |
278
278
| replica.bootstrap.secret | string | `""` | Name of the secret containing the initial credentials for the owner of the user database. If empty a new secret will be created from scratch |
279
279
| replica.bootstrap.source | string | `""` | One of `object_store` or `pg_basebackup`. Method to use for bootstrap. |
@@ -288,6 +288,8 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat
| replica.origin.objectStore.clusterName | string | `""` | The original cluster name when used in backups. Also known as serverName. |
290
290
| replica.origin.objectStore.destinationPath | string | `""` | Overrides the provider specific default path. Defaults to: S3: s3://<bucket><path> Azure: https://<storageAccount>.<serviceName>.core.windows.net/<containerName><path> Google: gs://<bucket><path> |
291
+
| replica.origin.objectStore.endpointCA | object | `{"create":false,"key":"","name":"","value":""}` | Specifies a CA bundle to validate a privately signed certificate. |
292
+
| replica.origin.objectStore.endpointCA.create | bool | `false` | Creates a secret with the given value if true, otherwise uses an existing secret. |
0 commit comments