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

View File

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