mirror of
https://github.com/mastodon/chart
synced 2025-05-17 20:43:21 +00:00
Fix: Job job-db-prepare requires Secret ...-redis
This commit is contained in:
parent
978a8569e5
commit
1b237d8055
|
@ -7,6 +7,9 @@ metadata:
|
|||
name: {{ include "mastodon.redis.secretName" . }}
|
||||
labels:
|
||||
{{- include "mastodon.labels" . | nindent 4 }}
|
||||
annotations:
|
||||
helm.sh/hook: pre-install
|
||||
helm.sh/hook-weight: "-10"
|
||||
type: Opaque
|
||||
data:
|
||||
redis-password: "{{ .Values.redis.auth.password | b64enc }}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user