mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-12 05:33:11 +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
|
secretName: barman-cloud-client-tls
|
||||||
usages:
|
usages:
|
||||||
- client auth
|
- client auth
|
||||||
|
privateKey:
|
||||||
|
rotationPolicy: Always
|
||||||
---
|
---
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
@ -1075,6 +1077,8 @@ spec:
|
|||||||
secretName: barman-cloud-server-tls
|
secretName: barman-cloud-server-tls
|
||||||
usages:
|
usages:
|
||||||
- server auth
|
- server auth
|
||||||
|
privateKey:
|
||||||
|
rotationPolicy: Always
|
||||||
---
|
---
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Issuer
|
kind: Issuer
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user