Skip to content

Commit

Permalink
Fix container create error on unauthenticated SMTP (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
ananace authored Apr 18, 2024
1 parent 6c902dc commit d6d3f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/deployment-sidekiq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d6d3f42

Please sign in to comment.