mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: Simplify Redis password handling in Helm chart by removing unnecessary conditional checks
This commit is contained in:
@@ -309,15 +309,11 @@ Usage:
|
||||
{{- end }}
|
||||
- name: REDIS_PASSWORD
|
||||
{{- if $.Values.redis.enabled }}
|
||||
{{- if $.Values.redis.auth.enabled }}
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ $.Release.Name }}-redis
|
||||
key: redis-password
|
||||
{{- else }}
|
||||
value: ""
|
||||
{{- end }}
|
||||
{{- else }}
|
||||
{{- if $.Values.externalRedis.password }}
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
Reference in New Issue
Block a user