From 5c348c773799b473ec0c2ddd5b33d839707d82a4 Mon Sep 17 00:00:00 2001 From: Ivan Kurnosov Date: Fri, 5 Dec 2025 10:30:35 +1300 Subject: [PATCH] fix(deploy): added certificate.privateKey.rotationPolicy Signed-off-by: Ivan Kurnosov --- manifest.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.yaml b/manifest.yaml index 95ed059a..39194ad1 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -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