ArgoCD External Redis Host #3686
marquesj2-ppb
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We are trying to automate multiple ArgoCDs setup and leverage external redis.
Right now
externalRedis.hostis needed to be passed with the actual host and there is no way to just have it mounted from a secret for example likeREDIS_USERNAMEandREDIS_PASSWORD, would it be feasible to make a change where we can addexternalReids.hostFromSecretthat would change theREDIS_SERVERmount from theconfigMapto whateverexistingSecretis used?All reactions