feat(helm): expose DATABASE_URL (#5445)

This commit is contained in:
Don Kendall
2022-07-05 18:26:50 -04:00
committed by GitHub
parent 48077fc9e5
commit 4f2dd36e33
3 changed files with 10 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
{{- if .Values.ingress.enabled }}
{{- range $host := .Values.ingress.hosts }}
{{- range .paths }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ . }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }}
{{- end }}
{{- end }}
{{- else if contains "NodePort" .Values.service.type }}