fix(infra-certificates): Correct indent of cluster-issue for letsencrypt-prod

This commit is contained in:
WrenIX 2024-02-29 22:38:36 +01:00
parent 5e6aaaba9d
commit 1c008a812b
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5

View file

@ -19,8 +19,10 @@ spec:
annotations:
"ingress.kubernetes.io/ssl-redirect": "false"
"nginx.org/redirect-to-https": "false"
{{- if not (get .Values.commons.ingress.annotations "traefik.ingress.kubernetes.io/router.entrypoints") }}
"traefik.ingress.kubernetes.io/router.entrypoints": "web"
{{- end }}
{{- with (omit .Values.commons.ingress.annotations "cert-manager.io/cluster-issuer" "cert-manager.io/issuer") }}
{{- toYaml . | nindent 16 }}
{{- toYaml . | nindent 18 }}
{{- end }}
{{- end }}