Argo CD Helm values reference¶
Helm values reference table for the argocd application.
| Key | Type | Default | Description | 
|---|---|---|---|
| argo-cd.applicationSet.resources | object | See  | Resource limits and requests for the applicationSet server | 
| 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.controller.resources | object | See  | Resource limits and requests for the application controller pods | 
| argo-cd.dex.resources | object | See  | Resource limits and requests for the Dex server | 
| argo-cd.global.logging.format | string | 
 | Set the global logging format. Either:  | 
| argo-cd.notifications.metrics.enabled | bool | 
 | Enable notifications metrics service | 
| argo-cd.notifications.resources | object | See  | Resource limits and requests for the notifications controller | 
| argo-cd.redis.metrics.enabled | bool | 
 | Enable Redis metrics service | 
| argo-cd.redis.resources | object | See  | Resource limits and requests for the Redis controller | 
| argo-cd.repoServer.metrics.enabled | bool | 
 | Enable repo server metrics service | 
| argo-cd.repoServer.resources | object | See  | Resource limits and requests for the repo server pods | 
| 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 | 
| argo-cd.server.resources | object | See  | Resource limits and requests for the Argo CD server | 
| global.vaultSecretsPath | string | Set by Argo CD | Base path for Vault secrets |