From a5d1dd67191dfb7bdcd418ca380c3a2ac1c7d74f Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Mon, 27 Feb 2023 13:02:24 +0100 Subject: [PATCH] Fix container create error on unauthenticated SMTP --- templates/deployment-sidekiq.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/deployment-sidekiq.yaml b/templates/deployment-sidekiq.yaml index 8a0e9e8..43e373c 100644 --- a/templates/deployment-sidekiq.yaml +++ b/templates/deployment-sidekiq.yaml @@ -102,6 +102,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: