mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-05 08:36:21 -03:00
fix(common): always rotate cert-manager privatekeys on ingress
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user