Browse Source

helm: set default SMTP_CA_FILE (#16750)

https://github.com/mastodon/mastodon/pull/10857
closed-social-glitch-2
Alexandra Catalina 2 years ago
committed by GitHub
parent
commit
062a9e3c79
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      chart/values.yaml

+ 1
- 1
chart/values.yaml View File

@ -60,7 +60,7 @@ mastodon:
concurrency: 25
smtp:
auth_method: plain
ca_file:
ca_file: /etc/ssl/certs/ca-certificates.crt
delivery_method: smtp
domain:
enable_starttls_auto: true

Loading…
Cancel
Save