Files
omnex/deploy/chart-vitrine/redis/templates/secret.yaml
T
Xor290 8d857faa45
ci-api / test (push) Successful in 23m32s
ci-web / test (push) Successful in 14m7s
chore: build
2026-09-20 18:52:09 +02:00

13 lines
336 B
YAML

{{- if not .Values.auth.password }}
{{- fail "auth.password is required (--set-string auth.password=...)" }}
{{- end }}
apiVersion: v1
kind: Secret
metadata:
name: {{ include "redis.fullname" . }}
labels:
{{- include "redis.labels" . | nindent 4 }}
type: Opaque
stringData:
REDIS_PASSWORD: {{ .Values.auth.password | quote }}