Fix BASE_URL in init

This commit is contained in:
Caleb Woodbine 2021-05-15 11:05:11 +12:00
parent 4125c99f63
commit 0cb45d1ab9
1 changed files with 0 additions and 2 deletions

View File

@ -181,10 +181,8 @@ spec:
- name: DISABLE_REGISTRATION
value: {{ .Values.disableRegistration | toString | quote }}
{{- 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 }}
- name: MAILER_EMAIL