Fix missing BASE_URL from init container

This commit is contained in:
Caleb Woodbine 2021-05-15 10:58:14 +12:00
parent 0a46cae0de
commit 4125c99f63
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ spec:
{{- end }}
{{- if .Values.disableAuth }}
- name: BASE_URL
value: "http{{ if $.Values.ingress.tls }}s{{ end }}://{{ (first .Values.ingress.hosts).host }}"
{{- end }}
{{- if .Values.smtp.enabled }}
{{- if .Values.smtp.mailer.emailAddress }}