Merge branch 'main' into renovate/golangci-lint-digest

This commit is contained in:
Francesco Canovai 2024-12-16 11:10:29 +01:00 committed by GitHub
commit cc7f97b627
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -37,6 +37,8 @@ go.work
# E2e test artifacts # E2e test artifacts
test/e2e/bin test/e2e/bin
test/e2e/kustomization.yaml
# Test registry certificates # Test registry certificates
certs/ certs/
# Utility dir for manifest build # Utility dir for manifest build

View File

@ -107,7 +107,7 @@ Use `kubectl` to apply the manifest for the latest commit in the `main` branch:
```sh ```sh
kubectl apply -f \ kubectl apply -f \
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
``` ```
Example output: Example output: