3
0
mirror of https://github.com/mastodon/chart synced 2025-05-18 04:53:21 +00:00

Fix S3 existingSecret in sidekiq deployment

This commit is contained in:
Alex Nordlund 2022-11-27 11:40:44 +01:00
parent ea89956130
commit 89b8b755fd

View File

@ -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 }}