mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53: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" . }}
|
name: {{ include "mastodon.redis.secretName" . }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "mastodon.labels" . | nindent 4 }}
|
{{- include "mastodon.labels" . | nindent 4 }}
|
||||||
|
annotations:
|
||||||
|
helm.sh/hook: pre-install
|
||||||
|
helm.sh/hook-weight: "-10"
|
||||||
type: Opaque
|
type: Opaque
|
||||||
data:
|
data:
|
||||||
redis-password: "{{ .Values.redis.auth.password | b64enc }}"
|
redis-password: "{{ .Values.redis.auth.password | b64enc }}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user