use .fr and fix ssl issuer
All checks were successful
Docker Build / pull-and-push-image (push) Successful in 18s
All checks were successful
Docker Build / pull-and-push-image (push) Successful in 18s
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user