Add valueFileSecrets example to Redis release

master
stefanprodan 2018-12-27 13:29:30 +02:00
parent 1711ed8ad5
commit 9daeb4524b
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,11 @@ spec:
repository: https://kubernetes-charts.storage.googleapis.com/
name: redis
version: 4.2.10
valueFileSecrets:
# the redis-auth secret contains the password value
- name: redis-auth
values:
usePassword: true
image:
repository: bitnami/redis
tag: 4.0.11
@ -25,7 +29,6 @@ spec:
port: 6379
cluster:
enabled: false
usePassword: false
master:
persistence:
enabled: false