3
0
mirror of https://github.com/mastodon/chart synced 2024-10-22 19:02:44 +00:00

fix location of redis password placeholder

This commit is contained in:
Roberto Santalla 2023-01-27 21:56:23 +01:00 committed by Renaud Chaput
parent 890042fed8
commit aa4cd09550

View File

@ -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