File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,6 +50,21 @@ It is up to the user to ensure there is no collision between operators.
5050
5151Refer to the [ Operator Chart documentation] ( charts/cloudnative-pg/README.md ) for advanced configuration and monitoring.
5252
53+ ## Barman Cloud CNPG-I plugin chart
54+
55+ Helm chart to install the CNPG-I Barman Cloud Plugin.
56+
57+ ** IMPORTANT** : this chart requires a working installation of [ cert-manager] ( https://cert-manager.io/ ) .
58+ Please refer to the cert-manager [ installation page] ( https://cert-manager.io/docs/installation/helm/ )
59+ for more information about that.
60+
61+ ``` console
62+ helm repo add cnpg https://cloudnative-pg.github.io/charts
63+ helm upgrade --install plugin-baman-cloud \
64+ --namespace cnpg-system \
65+ cnpg/plugin-barman-cloud
66+ ```
67+
5368## Cluster chart
5469
5570Helm chart to install a CloudNativePG database cluster.
You can’t perform that action at this time.
0 commit comments