Skip to content

Commit

Permalink
revert unwanted change
Browse files Browse the repository at this point in the history
Signed-off-by: ishitasequeira <[email protected]>
  • Loading branch information
ishitasequeira committed Nov 7, 2023
1 parent be4d848 commit 2c543b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions controllers/argocd/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,9 @@ func getArgoApplicationControllerCommand(cr *argoproj.ArgoCD, useTLSForRedis boo
cmd := []string{
"argocd-application-controller",
"--operation-processors", fmt.Sprint(getArgoServerOperationProcessors(cr)),
"--redis", getRedisServerAddress(cr),
}

cmd = append(cmd, "--redis", getRedisServerAddress(cr))

if useTLSForRedis {
cmd = append(cmd, "--redis-use-tls")
if isRedisTLSVerificationDisabled(cr) {
Expand Down

0 comments on commit 2c543b4

Please sign in to comment.