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.
2 parents d014cdf + 148873a commit cc7f97bCopy full SHA for cc7f97b
.gitignore
@@ -37,6 +37,8 @@ go.work
37
38
# E2e test artifacts
39
test/e2e/bin
40
+test/e2e/kustomization.yaml
41
+
42
# Test registry certificates
43
certs/
44
# Utility dir for manifest build
README.md
@@ -107,7 +107,7 @@ Use `kubectl` to apply the manifest for the latest commit in the `main` branch:
107
108
```sh
109
kubectl apply -f \
110
- https://raw.githubusercontent.com/cloudnative-pg/plugin-barman-cloud/refs/heads/main/manifest.yaml
+ https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.1.0/manifest.yaml
111
```
112
113
Example output:
0 commit comments