From f283784b65cbf90a559d15d7d7c76b3a5bf9f06a Mon Sep 17 00:00:00 2001 From: shipperizer Date: Tue, 27 Apr 2021 17:37:05 +0100 Subject: [PATCH] fix: adjust certificate manifest so argocd dosn't complain --- deployments/kustomize/certificate.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deployments/kustomize/certificate.yaml b/deployments/kustomize/certificate.yaml index 395d9bd..1997dd7 100644 --- a/deployments/kustomize/certificate.yaml +++ b/deployments/kustomize/certificate.yaml @@ -10,9 +10,8 @@ spec: kind: ClusterIssuer dnsNames: - api.shipperizer.org - duration: 1440h # 60d - renewBefore: 24h # 1d - isCA: false + duration: 1440h0m0s # 60d + renewBefore: 24h0m0s # 1d privateKey: algorithm: RSA encoding: PKCS1