fix(deploy): added certificate.privateKey.rotationPolicy

Signed-off-by: Ivan Kurnosov <zerkms@zerkms.com>
This commit is contained in:
Ivan Kurnosov 2025-12-05 10:30:35 +13:00 committed by GitHub
parent 367db3cd66
commit 5c348c7737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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