Skip to content

Commit

Permalink
fix: adjust certificate manifest so argocd dosn't complain
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperizer committed Apr 27, 2021
1 parent af2b543 commit f283784
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deployments/kustomize/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f283784

Please sign in to comment.