Skip to content
Snippets Groups Projects
Commit e82c707e authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'sentinel-psswd-docs' into 'master'

Use master_password for Sentinel

See merge request !10857
parents ff986c70 eb04e2e9
No related branches found
No related tags found
1 merge request!10857Use master_password for Sentinel
Pipeline #
Loading
Loading
@@ -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'] = [
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment