diff --git a/community-solid-server/templates/_helpers.tpl b/community-solid-server/templates/_helpers.tpl index 03aa2ce..df36110 100644 --- a/community-solid-server/templates/_helpers.tpl +++ b/community-solid-server/templates/_helpers.tpl @@ -68,8 +68,8 @@ Pass a correct baseUrl {{- if .Values.baseUrlOverride }} {{- .Values.baseUrlOverride }} {{- else if .Values.ingress.enabled }} -{{- printf "http://%s%s" .Values.ingress.host .Values.ingress.path}} +{{- printf "https://%s%s" .Values.ingress.host .Values.ingress.path}} {{- else }} -{{- printf "http://%s.%s/" ( include "community-solid-server.fullname" . ) .Release.Namespace }} +{{- printf "https://%s.%s/" ( include "community-solid-server.fullname" . ) .Release.Namespace }} +{{- end }} {{- end }} -{{- end }} \ No newline at end of file