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
|
enabled: true
|
||||||
hostname: ""
|
hostname: ""
|
||||||
port: 6379
|
port: 6379
|
||||||
# -- you must set a password; the password generated by the redis chart will be
|
auth:
|
||||||
# rotated on each upgrade:
|
# -- you must set a password; the password generated by the redis chart will be
|
||||||
password: ""
|
# rotated on each upgrade:
|
||||||
# you can also specify the name of an existing Secret
|
password: ""
|
||||||
# with a key of redis-password set to the password you want
|
# you can also specify the name of an existing Secret
|
||||||
# auth:
|
# with a key of redis-password set to the password you want
|
||||||
# existingSecret: ""
|
# existingSecret: ""
|
||||||
|
|
||||||
# @ignored
|
# @ignored
|
||||||
|
|
Loading…
Reference in New Issue
Block a user