]> cat aescling's git repositories - mastodon.git/commitdiff
helm: set default SMTP_CA_FILE (#16750)
authorAlexandra Catalina <dunn.alex@gmail.com>
Mon, 20 Sep 2021 00:23:44 +0000 (17:23 -0700)
committerGitHub <noreply@github.com>
Mon, 20 Sep 2021 00:23:44 +0000 (02:23 +0200)
https://github.com/mastodon/mastodon/pull/10857

chart/values.yaml

index a638f4a7d6606f142ffff43807398ab48eb85a8e..ff45a7b61796c2b0cedef08b11d7cbe48392ca54 100644 (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