docs: update argocd-agent solution with new param (#1087)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m43s
Close stale issues and PRs / stale (push) Successful in 44s

Signed-off-by: Mike Ng <ming@redhat.com>
This commit is contained in:
Mike Ng
2025-08-06 13:49:59 -04:00
committed by GitHub
parent 6c4102f2ca
commit 99df636b94

View File

@@ -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: