ninja: remove hardcoded email sender name
This commit is contained in:
parent
88c00513ce
commit
d057bb2ee0
|
@ -9,7 +9,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
# https://github.com/truecharts/charts/blob/master/charts/stable/vikunja/Chart.yaml
|
# https://github.com/truecharts/charts/blob/master/charts/stable/vikunja/Chart.yaml
|
||||||
chart: vikunja
|
chart: vikunja
|
||||||
version: 6.0.21
|
version: 6.0.1
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: truecharts
|
name: truecharts
|
||||||
|
|
|
@ -57,7 +57,7 @@ data:
|
||||||
- name: MAIL_FROM_ADDRESS
|
- name: MAIL_FROM_ADDRESS
|
||||||
value: "${outgoing_mail_from_address}"
|
value: "${outgoing_mail_from_address}"
|
||||||
- name: MAIL_FROM_NAME
|
- name: MAIL_FROM_NAME
|
||||||
value: "FTT Forensic Discovery GmbH"
|
value: "${business_name}"
|
||||||
|
|
||||||
# Missing: invoiceninja OpenID Connect Single Sign-On Configuration
|
# Missing: invoiceninja OpenID Connect Single Sign-On Configuration
|
||||||
# - name: Stackspin
|
# - name: Stackspin
|
||||||
|
|
Loading…
Reference in New Issue