Skip to content

Commit 58c78e3

Browse files
committed
fix: use manifest
Signed-off-by: Gabriele Bartolini <[email protected]>
1 parent 1d028c3 commit 58c78e3

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

README.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -101,34 +101,11 @@ Both checks are necessary to proceed with the installation.
101101

102102
### Step 2 - Install the barman-cloud Plugin
103103

104-
> **NOTE:** This section is temporary and will be updated once manifests are
105-
> included as part of the release process.
106-
107-
Use the following command to download the plugin's codebase, including its
108-
manifest:
109-
110-
```sh
111-
curl -Lo plugin-barman-cloud.tgz \
112-
https://api.github.com/repos/cloudnative-pg/plugin-barman-cloud/tarball/main
113-
```
114-
115-
Extract the downloaded archive into a temporary directory (this folder can be
116-
deleted after the installation):
117-
118-
```sh
119-
tar xvzf plugin-barman-cloud.tgz
120-
```
121-
122-
Change to the root directory of the extracted repository:
123-
124-
```sh
125-
cd cloudnative-pg-plugin-barman-cloud*
126-
```
127-
128104
Use `kubectl` to apply the manifest for the latest commit in the `main` branch:
129105

130106
```sh
131-
kubectl apply -k kubernetes/
107+
kubectl apply -f \
108+
https://raw.githubusercontent.com/cloudnative-pg/plugin-barman-cloud/refs/heads/main/manifest.yaml
132109
```
133110

134111
Example output:

0 commit comments

Comments
 (0)