Update values.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing
2023-03-02 10:10:24 +01:00
committed by GitHub
parent 2413fe3ed8
commit 41c18cc79d

View File

@@ -17,7 +17,7 @@ workload:
REDIS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
REDIS_PASSWORD:
secretKeyRef:
name: "credentials"
name: '{{ .Values.existingSecret | default "credentials" }}'
key: "redis-password"
probes:
liveness: