11# cluster
22
3- ![ Version: 0.5 .0] ( https://img.shields.io/badge/Version-0.5 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
3+ ![ Version: 0.6 .0] ( https://img.shields.io/badge/Version-0.6 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
44
55> ** Warning**
66> ### This chart is under active development.
@@ -68,7 +68,7 @@ Depending on the type the chart will use a different Docker image and fill in so
6868
6969The chart has three modes of operation. These are configured via the ` mode ` parameter:
7070* ` standalone ` - Creates new or updates an existing CNPG cluster. This is the default mode.
71- * ` replica ` - Creates a replica cluster from an existing CNPG cluster. ** _ Note _ that this mode is not yet supported. **
71+ * ` replica ` - Creates a replica cluster from an existing CNPG cluster.
7272* ` recovery ` - Recovers a CNPG cluster from a backup, object store or via pg_basebackup.
7373
7474### Backup configuration
@@ -93,9 +93,9 @@ backups:
9393 backupOwnerReference : self
9494` ` `
9595
96- Each backup adapter takes it's own set of parameters, listed in the [Configuration options](#Configuration-options) section
97- below . Refer to the table for the full list of parameters and place the configuration under the appropriate key: ` backup .s3`,
98- ` backup .azure` , or `backup .google`.
96+ Each backup adapter takes it's own set of parameters, listed in the [Configuration options](#Configuration-options)
97+ section . Refer to the table for the full list of parameters and place the configuration under the appropriate key: ` backups .s3`,
98+ ` backups .azure` , or `backups .google`.
9999
100100Recovery
101101--------
@@ -106,7 +106,7 @@ Examples
106106--------
107107
108108There are several configuration examples in the [examples](examples) directory. Refer to them for a basic setup and
109- refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentation/current/) for more advanced configurations.
109+ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentation/current/) for more advanced configurations.
110110
111111# # Values
112112
0 commit comments