fix: dont strip the https portion of the app url when setting the advertise ip variable in the chart (#90)

This commit is contained in:
Marshall Asch 2023-07-21 10:59:53 -04:00 committed by GitHub
parent e261205f26
commit 9e0fe30171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ spec:
env:
{{- if .Values.ingress.enabled }}
- name: ADVERTISE_IP
value: {{ trimPrefix "https://" .Values.ingress.url }}
value: {{ .Values.ingress.url }}:443
{{- end }}
{{- range $key, $value := .Values.extraEnv }}
- name: {{ $key }}