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:
parent
ea89956130
commit
89b8b755fd
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user