diff --git a/keda/templates/cert-manager/self-ca.yaml b/keda/templates/cert-manager/self-ca.yaml index 7eb1f82b..a7459da0 100644 --- a/keda/templates/cert-manager/self-ca.yaml +++ b/keda/templates/cert-manager/self-ca.yaml @@ -14,7 +14,7 @@ spec: algorithm: RSA size: 2048 duration: 8760h0m0s # 1 year - renewBefore: 720h0m0s # 1 month + renewBefore: 2160h0m0s # 3 months issuerRef: name: {{ .Values.operator.name }}-selfsigned-issuer kind: Issuer