docs: testing latest snapshot (#340)

Closes #339

Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
This commit is contained in:
Gabriele Bartolini 2025-05-09 18:29:32 +02:00 committed by GitHub
parent 4bb347121d
commit 19b99b0e51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,3 +104,14 @@ deployment "barman-cloud" successfully rolled out
```
This confirms that the plugin is deployed and ready to use.
## Testing the latest development snapshot
You can also test the latest development snapshot of the plugin with the
following command:
```sh
kubectl apply -f \
https://raw.githubusercontent.com/cloudnative-pg/plugin-barman-cloud/refs/heads/main/manifest.yaml
```