diff --git a/library/common/templates/class/_ingress.tpl b/library/common/templates/class/_ingress.tpl index ce6bc7c6..40906f17 100644 --- a/library/common/templates/class/_ingress.tpl +++ b/library/common/templates/class/_ingress.tpl @@ -73,6 +73,7 @@ metadata: annotations: {{- with $values.certificateIssuer }} cert-manager.io/cluster-issuer: {{ tpl ( toYaml . ) $ }} + cert-manager.io/private-key-rotation-policy: Always {{- end }} "traefik.ingress.kubernetes.io/router.entrypoints": {{ $values.entrypoint | default "websecure" }} "traefik.ingress.kubernetes.io/router.middlewares": {{ $middlewares | quote }}