diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-09-22 17:27:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 17:27:15 +0200 |
commit | 4b7e43602691193b5d2a8e7e0ed6044bc8ee9774 (patch) | |
tree | 87bd664e538b02ed5d8a916cbd34e7891349bec6 /chart | |
parent | 3d05ebfdc3524cff9f01b760176e175e73b55875 (diff) | |
parent | 7c25251a3958c67f623953c879649dbe616c66c4 (diff) |
Merge pull request #1606 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'chart')
-rw-r--r-- | chart/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart/values.yaml b/chart/values.yaml index a638f4a7d..ff45a7b61 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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 |