mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 13:23:09 +01:00
fix(deploy): added certificate.privateKey.rotationPolicy
Signed-off-by: Ivan Kurnosov <zerkms@zerkms.com>
This commit is contained in:
parent
367db3cd66
commit
5c348c7737
@ -1055,6 +1055,8 @@ spec:
|
||||
secretName: barman-cloud-client-tls
|
||||
usages:
|
||||
- client auth
|
||||
privateKey:
|
||||
rotationPolicy: Always
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
@ -1075,6 +1077,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