From d6d3f428a38d1c122cdc66c7ed93355b5473a119 Mon Sep 17 00:00:00 2001 From: "Alexander \"Ananace\" Olofsson" Date: Thu, 18 Apr 2024 16:12:36 +0200 Subject: [PATCH] Fix container create error on unauthenticated SMTP (#49) --- templates/deployment-sidekiq.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/deployment-sidekiq.yaml b/templates/deployment-sidekiq.yaml index b906149..f6e9c7e 100644 --- a/templates/deployment-sidekiq.yaml +++ b/templates/deployment-sidekiq.yaml @@ -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: