Configuration Reference¶
This section provides complete reference documentation for all configuration parameters of the argocd-agent principal and agent components.
Reference Pages¶
| Component | Description |
|---|---|
| Principal Parameters | All configuration parameters for the principal component |
| Agent Parameters | All configuration parameters for the agent component |
How to Use This Reference¶
Each parameter entry includes:
- Command Line Flag: The flag to use when running the binary directly
- Environment Variable: The environment variable name for container deployments
- ConfigMap Entry: The key to use in the
argocd-agent-paramsConfigMap - Description: What the parameter does
- Type: The data type (string, integer, boolean, duration, etc.)
- Default: The default value if not specified
- Example: Example usage
Configuration Precedence¶
When a parameter is set via multiple methods, the following precedence applies:
- Command line flags (highest precedence)
- Environment variables
- ConfigMap entries (lowest precedence)
Quick Links¶
Principal Configuration¶
- Server Configuration - Listen host, port settings
- TLS Configuration - TLS certificates and settings
- Authentication - Auth methods
- Logging - Log level, format
- Monitoring - Metrics, health checks
Agent Configuration¶
- Server Connection - Principal address, port
- Agent Operation - Mode, namespace settings
- TLS Configuration - Client TLS settings
- Logging - Log level, format
- Monitoring - Metrics, health checks