mirror of
https://github.com/mastodon/chart
synced 2025-03-14 21:11:50 +00:00
Fix container create error on unauthenticated SMTP (#49)
This commit is contained in:
parent
6c902dccac
commit
d6d3f428a3
|
@ -142,6 +142,7 @@ spec:
|
|||
secretKeyRef:
|
||||
name: {{ include "mastodon.smtp.secretName" $context }}
|
||||
key: password
|
||||
optional: true
|
||||
{{- if (and $context.Values.mastodon.s3.enabled $context.Values.mastodon.s3.existingSecret) }}
|
||||
- name: "AWS_SECRET_ACCESS_KEY"
|
||||
valueFrom:
|
||||
|
|
Loading…
Reference in New Issue
Block a user