From 58c78e37ca8a1c8a563074b04eb0b38adfb65b1f Mon Sep 17 00:00:00 2001 From: Gabriele Bartolini Date: Tue, 10 Dec 2024 16:58:29 +0100 Subject: [PATCH] fix: use manifest Signed-off-by: Gabriele Bartolini --- README.md | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 4fe2ffa..5757cb5 100644 --- a/README.md +++ b/README.md @@ -101,34 +101,11 @@ Both checks are necessary to proceed with the installation. ### Step 2 - Install the barman-cloud Plugin -> **NOTE:** This section is temporary and will be updated once manifests are -> included as part of the release process. - -Use the following command to download the plugin's codebase, including its -manifest: - -```sh -curl -Lo plugin-barman-cloud.tgz \ - https://api.github.com/repos/cloudnative-pg/plugin-barman-cloud/tarball/main -``` - -Extract the downloaded archive into a temporary directory (this folder can be -deleted after the installation): - -```sh -tar xvzf plugin-barman-cloud.tgz -``` - -Change to the root directory of the extracted repository: - -```sh -cd cloudnative-pg-plugin-barman-cloud* -``` - Use `kubectl` to apply the manifest for the latest commit in the `main` branch: ```sh -kubectl apply -k kubernetes/ +kubectl apply -f \ + https://raw.githubusercontent.com/cloudnative-pg/plugin-barman-cloud/refs/heads/main/manifest.yaml ``` Example output: