3
0
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:
kaznak 2025-04-03 22:39:52 +09:00
parent 978a8569e5
commit 1b237d8055

View File

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