Skip to content

Commit 49e69e0

Browse files
authored
docs: add plugin-barman-cloud (#853)
Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
1 parent dbe2b55 commit 49e69e0

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,21 @@ It is up to the user to ensure there is no collision between operators.
5050

5151
Refer 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

5570
Helm chart to install a CloudNativePG database cluster.

0 commit comments

Comments
 (0)