argoproj-labs / argocd-operator

A Kubernetes operator for managing Argo CD clusters.

Home Page:https://argocd-operator.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow to use external redis service

tossmilestone opened this issue · comments

if your feature request is a large change and requires a formal proposal or design doc, please read the docs for contributing first. You may need to submit an additional Pull Request using the enhancement proposal template.

Is your feature request related to a problem? Please describe.

Currently, Redis can only be deployed using the argocd-operator's own Redis service. In some scenarios where there is already an existing Redis service, we desire to be able to use the existing Redis service.

Describe the solution you'd like

  1. The redis service could be disabled.
  2. The argocd controllers support to be configured with other redis service.

Describe alternatives you've considered

None

Additional context

None