From 89b8b755fdd00bd243a4ef598352a9d460a91e96 Mon Sep 17 00:00:00 2001 From: Alex Nordlund Date: Sun, 27 Nov 2022 11:40:44 +0100 Subject: [PATCH] Fix S3 existingSecret in sidekiq deployment --- templates/deployment-sidekiq.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deployment-sidekiq.yaml b/templates/deployment-sidekiq.yaml index 003c781..a03019e 100644 --- a/templates/deployment-sidekiq.yaml +++ b/templates/deployment-sidekiq.yaml @@ -99,7 +99,7 @@ spec: - name: "AWS_ACCESS_KEY_ID" valueFrom: secretKeyRef: - name: {{ .Values.mastodon.s3.existingSecret }} + name: {{ $context.Values.mastodon.s3.existingSecret }} key: AWS_ACCESS_KEY_ID {{- end }} {{- if $context.Values.mastodon.smtp.existingSecret }}