mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
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
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user