From f0aecfb49aa71f198d0d4608a529f30c675c44db Mon Sep 17 00:00:00 2001 From: Mike Ng Date: Wed, 23 Jul 2025 22:23:29 -0400 Subject: [PATCH] docs: update argocd-agent solution with new param Signed-off-by: Mike Ng --- solutions/argocd-agent/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/solutions/argocd-agent/README.md b/solutions/argocd-agent/README.md index 5321d1931..37d2edec6 100644 --- a/solutions/argocd-agent/README.md +++ b/solutions/argocd-agent/README.md @@ -159,7 +159,14 @@ helm -n argocd install argocd-agent-addon charts/argocd-agent-addon \ --set-file agent.secrets.tlskey=/tmp/tls.key \ --set-file agent.secrets.jwtkey=/tmp/jwt.key \ --set agent.principal.server.address="172.18.255.200" \ - --set agent.mode="managed" # or "autonomous" for autonomous mode + --set agent.mode="managed" \ + --set agent.principal.redis.address="172.18.255.201:6379" \ + --set agent.principal.redis.compressionType="gzip" \ + --set agent.redis.username="redis-username" \ + --set agent.redis.password="redis-password" \ + --set agent.principal.resourceProxy.enabled=true \ + --set agent.principal.healthCheck.enabled=true \ + --set agent.principal.metrics.enabled=true ``` Validate that the Argo CD Agent principal pod is running: