Skip to content

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-params ConfigMap
  • 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:

  1. Command line flags (highest precedence)
  2. Environment variables
  3. ConfigMap entries (lowest precedence)

Principal Configuration

Agent Configuration