Argo CD Helm values reference¶
Helm values reference table for the argocd application.
Key  | 
Type  | 
Default  | 
Description  | 
|---|---|---|---|
argo-cd.configs.cm.“resource.compareoptions”  | 
string  | 
  | 
Configure resource comparison  | 
argo-cd.configs.params.“server.basehref”  | 
string  | 
  | 
Base href for   | 
argo-cd.configs.params.“server.insecure”  | 
bool  | 
  | 
Do not use TLS (this is terminated at the ingress)  | 
argo-cd.configs.params.“server.rootpath”  | 
string  | 
  | 
Server root path when running under a reverse proxy  | 
argo-cd.configs.secret.createSecret  | 
bool  | 
  | 
Create the Argo CD secret (we manage this with Vault)  | 
argo-cd.controller.metrics.applicationLabels.enabled  | 
bool  | 
  | 
Enable adding additional labels to   | 
argo-cd.controller.metrics.applicationLabels.labels  | 
list  | 
  | 
Labels to add to   | 
argo-cd.controller.metrics.enabled  | 
bool  | 
  | 
Enable controller metrics service  | 
argo-cd.global.logging.format  | 
string  | 
  | 
Set the global logging format. Either:   | 
argo-cd.notifications.metrics.enabled  | 
bool  | 
  | 
Enable notifications metrics service  | 
argo-cd.redis.metrics.enabled  | 
bool  | 
  | 
Enable Redis metrics service  | 
argo-cd.repoServer.metrics.enabled  | 
bool  | 
  | 
Enable repo server metrics service  | 
argo-cd.server.ingress.annotations  | 
object  | 
Configure the   | 
Annotations to add to the ingress  | 
argo-cd.server.ingress.enabled  | 
bool  | 
  | 
Create an ingress for the Argo CD server  | 
argo-cd.server.ingress.ingressClassName  | 
string  | 
  | 
Ingress class to use for Argo CD ingress  | 
argo-cd.server.ingress.path  | 
string  | 
  | 
Paths to route to Argo CD  | 
argo-cd.server.ingress.tls  | 
bool  | 
  | 
Enable TLS management for this ingress. Disable this if TLS should not use a Let’s Encrypt TLS certificate.  | 
argo-cd.server.metrics.enabled  | 
bool  | 
  | 
Enable server metrics service  | 
global.vaultSecretsPath  | 
string  | 
Set by Argo CD  | 
Base path for Vault secrets  |