use .fr and fix ssl issuer
All checks were successful
Docker Build / pull-and-push-image (push) Successful in 18s

This commit is contained in:
2026-01-04 12:55:44 +01:00
parent c1d27971f7
commit e8d5ffddf7
3 changed files with 7 additions and 6 deletions

View File

@@ -65,5 +65,5 @@ Create the name of the service account to use
Define the public fqdn
*/}}
{{- define "url-shortener.fqdn" -}}
https:// {{- or (.Values.ingress.hosts | first).host ( get .Values.ingress.annotations "traefik.ingress.kubernetes.io/router.tls.domains.0.sans" ) }}
https:// {{- or ((.Values.ingress.hosts | first).host | replace ".lab" ".fr" ) ( get .Values.ingress.annotations "traefik.ingress.kubernetes.io/router.tls.domains.0.sans" ) }}
{{- end }}