22 lines
524 B
YAML
22 lines
524 B
YAML
---
|
|
# Source: cloudnative-pg/charts/plugin-barman-cloud/templates/client-certificate.yaml
|
|
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: barman-cloud-client
|
|
namespace: cloudnative-pg
|
|
spec:
|
|
commonName: barman-cloud-client
|
|
duration: 2160h
|
|
isCA: false
|
|
issuerRef:
|
|
group: cert-manager.io
|
|
kind: Issuer
|
|
name: cloudnative-pg-plugin-barman-cloud-selfsigned-issuer
|
|
renewBefore: 360h
|
|
secretName: barman-cloud-client-tls
|
|
usages:
|
|
- client auth
|
|
privateKey:
|
|
rotationPolicy: Always
|