mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 17:28:44 +00:00
Redis mastergroup name should be resolvable and argocd-redis-ha is (#1450)
the mastergroup name of redis was set as argocd since this is not resolvable because no service has this name, this should be renamed to the service which selects all redis pods
This commit is contained in:
parent
ac3d12c746
commit
7084e3af5c
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@ redis-ha:
|
|||
persistentVolume:
|
||||
enabled: false
|
||||
redis:
|
||||
masterGroupName: argocd
|
||||
masterGroupName: argocd-redis-ha
|
||||
config:
|
||||
save: "\"\""
|
||||
|
|
|
|||
Loading…
Reference in a new issue