Skip to content

Commit

Permalink
Update generator.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rurkss committed Jan 17, 2024
1 parent 492a687 commit f512528
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions operator/redisfailover/service/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ sentinel parallel-syncs mymaster 2`
graceTime = 30
)

const redisHAProxyName = "redis-haproxy"

func generateHAProxyRedisMasterDeployment(rf *redisfailoverv1.RedisFailover, labels map[string]string, ownerRefs []metav1.OwnerReference) *appsv1.Deployment {

name := GetHaproxyMasterName(rf)
Expand Down

0 comments on commit f512528

Please sign in to comment.