fix(redis): fix typo

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2024-04-09 18:31:33 +02:00
committed by GitHub
parent 29627a930f
commit a86c7e7e32
+1 -1
View File
@@ -16,7 +16,7 @@ workload:
REDIS_REPLICATION_MODE: master REDIS_REPLICATION_MODE: master
ALLOW_EMPTY_PASSWORD: "yes" ALLOW_EMPTY_PASSWORD: "yes"
REDIS_PORT: "{{ .Values.service.main.ports.main.targetPort }}" REDIS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
REDIS_PASSWORD: "{{ if .Values.password }}" REDIS_PASSWORD: "{{ .Values.password }}"
probes: probes:
liveness: liveness:
enabled: true enabled: true