[ci skip] Use master_password for Sentinel

This commit is contained in:
Jose Torres 2017-04-21 18:58:00 +00:00
parent 5aea8c4fa4
commit eb04e2e913
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ which ideally should not have Redis or Sentinels on it for a HA setup.
redis['master_name'] = 'gitlab-redis'
## The same password for Redis authentication you set up for the master node.
redis['password'] = 'redis-password-goes-here'
redis['master_password'] = 'redis-password-goes-here'
## A list of sentinels with `host` and `port`
gitlab_rails['redis_sentinels'] = [