From 469735a438f75ba2805dd30e35839a52608399f6 Mon Sep 17 00:00:00 2001 From: Paul Ohlhauser Date: Tue, 11 Aug 2026 22:12:16 +0200 Subject: [PATCH] docs: add helm installation steps --- web/docs/installation.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/web/docs/installation.mdx b/web/docs/installation.mdx index 027d1e8f..7e3c9c0c 100644 --- a/web/docs/installation.mdx +++ b/web/docs/installation.mdx @@ -54,6 +54,8 @@ Both checks are required before proceeding with the installation. ## Installing the Barman Cloud Plugin +### Using manifest + import { InstallationSnippet } from '@site/src/components/Installation'; Install the plugin using `kubectl` by applying the manifest for the latest @@ -83,6 +85,20 @@ certificate.cert-manager.io/barman-cloud-server created issuer.cert-manager.io/selfsigned-issuer created ``` +### Using helm + +Install the plugin [helm chart](https://github.com/cloudnative-pg/charts/tree/main/charts/plugin-barman-cloud) using `helm`: + +```sh +helm repo add cnpg https://cloudnative-pg.github.io/charts +helm repo update +helm upgrade --install plugin-barman-cloud \ + --namespace cnpg-system \ + cnpg/plugin-barman-cloud +``` + +### Validating the installation + Finally, check that the deployment is up and running: ```sh