We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb3471 commit 19b99b0Copy full SHA for 19b99b0
web/docs/installation.md
@@ -104,3 +104,14 @@ deployment "barman-cloud" successfully rolled out
104
```
105
106
This confirms that the plugin is deployed and ready to use.
107
+
108
+## Testing the latest development snapshot
109
110
+You can also test the latest development snapshot of the plugin with the
111
+following command:
112
113
+```sh
114
+kubectl apply -f \
115
+ https://raw.githubusercontent.com/cloudnative-pg/plugin-barman-cloud/refs/heads/main/manifest.yaml
116
+```
117
0 commit comments