Skip to content

Commit

Permalink
fix: Don't recreate CA with 8 months until it expires (kedacore#586)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
  • Loading branch information
JorTurFer committed Jan 18, 2024
1 parent 73dbd6f commit b7ad8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keda/templates/cert-manager/self-ca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ spec:
algorithm: RSA
size: 2048
duration: 8760h0m0s # 1 year
renewBefore: 5840h0m0s # 8 months
renewBefore: 720h0m0s # 1 month
issuerRef:
name: {{ .Values.operator.name }}-selfsigned-issuer
kind: Issuer
group: cert-manager.io
{{- end }}
{{- end }}

0 comments on commit b7ad8bb

Please sign in to comment.