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
@@ -274,7 +274,7 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat
274
274
| recovery.s3.secretKey | string | `""` | |
275
275
| recovery.secret.create | bool | `true` | Whether to create a secret for the backup credentials |
276
276
| recovery.secret.name | string | `""` | Name of the backup credentials secret |
277
-
| replica.bootstrap.database | string | `"app"` | Name of the database used by the application. Default: `app`. |
277
+
| replica.bootstrap.database | string | `""` | Name of the database used by the application |
278
278
| 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. |
279
279
| 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 |
280
280
| replica.bootstrap.source | string | `""` | One of `object_store` or `pg_basebackup`. Method to use for bootstrap. |
@@ -289,6 +289,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. |
291
291
| 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> |
292
+
| replica.origin.objectStore.endpointCA | object | `{"create":false,"key":"","name":"","value":""}` | Specifies a CA bundle to validate a privately signed certificate. |
293
+
| replica.origin.objectStore.endpointCA.create | bool | `false` | Creates a secret with the given value if true, otherwise uses an existing secret. |
0 commit comments