Files
argo-cd/docs/user-guide/environment-variables.md
Michael Crenshaw 5c76d8f027 chore: space in 'Argo CD' (#14987)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-08-09 13:16:17 -04:00

567 B

Environment Variables

The following environment variables can be used with argocd CLI:

Environment Variable Description
ARGOCD_SERVER the address of the Argo CD server without https:// prefix
(instead of specifying --server for every command)
eg. ARGOCD_SERVER=argocd.mycompany.com if served through an ingress with DNS
ARGOCD_AUTH_TOKEN the Argo CD apiKey for your Argo CD user to be able to authenticate
ARGOCD_OPTS command-line options to pass to argocd CLI
eg. ARGOCD_OPTS="--grpc-web"