chore(authelia): dont quote bools
This commit is contained in:
parent
c01ed20d4a
commit
260ee0ee19
|
@ -35,7 +35,7 @@ sources:
|
||||||
- https://github.com/authelia/chartrepo
|
- https://github.com/authelia/chartrepo
|
||||||
- https://github.com/authelia/authelia
|
- https://github.com/authelia/authelia
|
||||||
type: application
|
type: application
|
||||||
version: 19.0.2
|
version: 19.0.3
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- security
|
- security
|
||||||
|
|
|
@ -223,8 +223,8 @@ data:
|
||||||
identifier: {{ $notifier.smtp.identifier | quote }}
|
identifier: {{ $notifier.smtp.identifier | quote }}
|
||||||
subject: {{ $notifier.smtp.subject | quote }}
|
subject: {{ $notifier.smtp.subject | quote }}
|
||||||
startup_check_address: {{ $notifier.smtp.startup_check_address | quote }}
|
startup_check_address: {{ $notifier.smtp.startup_check_address | quote }}
|
||||||
disable_require_tls: {{ $notifier.smtp.disable_require_tls | quote }}
|
disable_require_tls: {{ $notifier.smtp.disable_require_tls }}
|
||||||
disable_html_emails: {{ $notifier.smtp.disable_html_emails | quote }}
|
disable_html_emails: {{ $notifier.smtp.disable_html_emails }}
|
||||||
tls:
|
tls:
|
||||||
server_name: {{ $notifier.smtp.tls.server_name | default $notifier.smtp.host }}
|
server_name: {{ $notifier.smtp.tls.server_name | default $notifier.smtp.host }}
|
||||||
minimum_version: {{ $notifier.smtp.tls.minimum_version | default "TLS1.2" }}
|
minimum_version: {{ $notifier.smtp.tls.minimum_version | default "TLS1.2" }}
|
||||||
|
|
Loading…
Reference in New Issue