Skip to content

feat(argo-cd): Allow configuring external redis endpoint from secret#3734

Open
jdcmarques wants to merge 2 commits intoargoproj:mainfrom
jdcmarques:feat-allow-extenal-redis-server
Open

feat(argo-cd): Allow configuring external redis endpoint from secret#3734
jdcmarques wants to merge 2 commits intoargoproj:mainfrom
jdcmarques:feat-allow-extenal-redis-server

Conversation

@jdcmarques
Copy link
Copy Markdown

@jdcmarques jdcmarques commented Feb 17, 2026

Description:
We are using Argo CD with AWS Elasticache, our Elasticache is provisioned via crossplane alongside the chart.
To be able to correctly point Argo we need to do two installs, or have Elasticache created separately because of the endpoint.
With this change we allow the redis endpoint when using externalRedis to be passed from the secret, it will be up to the user to ensure it is in host:port format

Fixes #3735

Checklist:

  • I have bumped the chart version according to versioning
  • I have updated the documentation according to documentation
  • I have updated the chart changelog with all the changes that come with this pull request according to changelog.
  • Any new values are backwards compatible and/or have sensible default.
  • I have signed off all my commits as required by DCO.
  • I have created a separate pull request for each chart according to pull requests
  • My build is green (troubleshooting builds).

@jdcmarques jdcmarques force-pushed the feat-allow-extenal-redis-server branch from f391f63 to af06b6f Compare February 17, 2026 21:57
@jdcmarques jdcmarques changed the title feat(argo-cd): Allow external redis server from secret feat(argo-cd): Allow configuring external redis endpoint from secret Feb 17, 2026
@jdcmarques jdcmarques marked this pull request as ready for review February 17, 2026 22:05
Signed-off-by: Jose Marques <jose.marques.fend@gmail.com>
Signed-off-by: Jose Marques <jose.marques.fend@gmail.com>
@jdcmarques jdcmarques force-pushed the feat-allow-extenal-redis-server branch from f4be196 to f83df02 Compare February 27, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

argo-cd: Allow External Redis endpoint from secret

1 participant