mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-09-06 06:52:21 +02:00
Compare commits
3 Commits
d9ec6127ea
...
4200da6299
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4200da6299 | ||
|
|
9967e2caab | ||
|
|
5c348c7737 |
12
CODEOWNERS
12
CODEOWNERS
@ -1,5 +1,9 @@
|
||||
# The CODEOWNERS file is used to define individuals or teams that are
|
||||
# responsible for code in a repository. For details, please refer to
|
||||
# https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners
|
||||
# This file is generated from componentowners-policy.yaml in
|
||||
# cloudnative-pg/cnpg-infra — do not hand-edit, propose changes there instead.
|
||||
#
|
||||
# Path-scoped rules below always include the repo's own general owners
|
||||
# (the "*" line) in addition to their own specific teams/users, since
|
||||
# CODEOWNERS only honors the LAST matching pattern for a given path —
|
||||
# it does not merge an earlier, less-specific rule into a later one.
|
||||
|
||||
* @leonardoce @mnencia @gbartolini @fcanovai @armru @NiccoloFei
|
||||
* @cloudnative-pg/plugin-barman-cloud-owners
|
||||
|
||||
@ -1080,6 +1080,8 @@ spec:
|
||||
secretName: barman-cloud-client-tls
|
||||
usages:
|
||||
- client auth
|
||||
privateKey:
|
||||
rotationPolicy: Always
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
@ -1100,6 +1102,8 @@ spec:
|
||||
secretName: barman-cloud-server-tls
|
||||
usages:
|
||||
- server auth
|
||||
privateKey:
|
||||
rotationPolicy: Always
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Issuer
|
||||
|
||||
Loading…
Reference in New Issue
Block a user