mirror of
https://github.com/truecharts/charts.git
synced 2026-07-15 22:14:11 -03:00
Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
committed by
GitHub
parent
2413fe3ed8
commit
41c18cc79d
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user