Skip to content

Commit

Permalink
chore: add minutes and seconds to cert-manager certificates (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorTurFer authored Mar 10, 2023
1 parent 3d0b5ec commit 8beedb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions keda/templates/41-cert-manager-self-ca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec:
privateKey:
algorithm: RSA
size: 2048
duration: 8760h # 1 year
renewBefore: 5840h # 8 months
duration: 8760h0m0s # 1 year
renewBefore: 5840h0m0s # 8 months
issuerRef:
name: {{ .Values.operator.name }}-selfsigned-issuer
kind: Issuer
Expand Down
4 changes: 2 additions & 2 deletions keda/templates/43-cert-manager-keda-tls-certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ spec:
privateKey:
algorithm: RSA
size: 2048
duration: 8760h # 1 year
renewBefore: 5840h # 8 months
duration: 8760h0m0s # 1 year
renewBefore: 5840h0m0s # 8 months
issuerRef:
name: {{ .Values.operator.name }}-issuer
kind: Issuer
Expand Down

0 comments on commit 8beedb6

Please sign in to comment.