fix location of redis password placeholder
This commit is contained in:
parent
890042fed8
commit
aa4cd09550
12
values.yaml
12
values.yaml
|
@ -261,12 +261,12 @@ redis:
|
|||
enabled: true
|
||||
hostname: ""
|
||||
port: 6379
|
||||
# -- you must set a password; the password generated by the redis chart will be
|
||||
# rotated on each upgrade:
|
||||
password: ""
|
||||
# you can also specify the name of an existing Secret
|
||||
# with a key of redis-password set to the password you want
|
||||
# auth:
|
||||
auth:
|
||||
# -- you must set a password; the password generated by the redis chart will be
|
||||
# rotated on each upgrade:
|
||||
password: ""
|
||||
# you can also specify the name of an existing Secret
|
||||
# with a key of redis-password set to the password you want
|
||||
# existingSecret: ""
|
||||
|
||||
# @ignored
|
||||
|
|
Loading…
Reference in New Issue
Block a user