Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -17,7 +17,8 @@ workload:
|
||||
REDIS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
|
||||
REDIS_PASSWORD:
|
||||
secretKeyRef:
|
||||
name: '{{ .Values.existingSecret | default "credentials" }}'
|
||||
expandObjectName: false
|
||||
name: '{{ if .Values.isDep }}{{ printf "%s-%s" .Release.Name "rediscreds" }}{{ else }}{{ .Values.existingSecret | default "credentials" }}{{ end }}'
|
||||
key: "redis-password"
|
||||
probes:
|
||||
liveness:
|
||||
@@ -131,6 +132,7 @@ secret:
|
||||
|
||||
redisPassword: "testpass"
|
||||
existingSecret: ""
|
||||
isDep: false
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user