feat(leantime): set LEAN_APP_URL if ingress is enabled (#1594)
* feat(leantime): set LEAN_APP_URL if ingress is enabled * bump patch * end * test1 * test2 * aha
This commit is contained in:
@@ -24,7 +24,7 @@ name: leantime
|
|||||||
sources:
|
sources:
|
||||||
- https://leantime.io/
|
- https://leantime.io/
|
||||||
- https://hub.docker.com/r/nicholaswilde/leantime
|
- https://hub.docker.com/r/nicholaswilde/leantime
|
||||||
version: 1.0.2
|
version: 1.0.3
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- management
|
- management
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ podSecurityContext:
|
|||||||
env:
|
env:
|
||||||
LEAN_DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}"
|
LEAN_DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}"
|
||||||
LEAN_DB_USER: "{{ .Values.mariadb.mariadbUsername }}"
|
LEAN_DB_USER: "{{ .Values.mariadb.mariadbUsername }}"
|
||||||
|
LEAN_APP_URL: "{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}https://{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ end }}{{ end }}"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|||||||
Reference in New Issue
Block a user