Argo CD Helm values reference#

Helm values reference table for the argocd application.

Key

Type

Default

Description

argo-cd.configs.cm.“resource.compareoptions”

string

"ignoreAggregatedRoles: true\n"

Configure resource comparison

argo-cd.configs.params.“server.basehref”

string

"/argo-cd"

Base href for index.html when running under a reverse proxy

argo-cd.configs.params.“server.insecure”

bool

true

Do not use TLS (this is terminated at the ingress)

argo-cd.configs.params.“server.rootpath”

string

"/argo-cd"

Server root path when running under a reverse proxy

argo-cd.configs.secret.createSecret

bool

false

Create the Argo CD secret (we manage this with Vault)

argo-cd.controller.metrics.applicationLabels.enabled

bool

true

Enable adding additional labels to argocd_app_labels metric

argo-cd.controller.metrics.applicationLabels.labels

list

["name","instance"]

Labels to add to argocd_app_labels metric

argo-cd.controller.metrics.enabled

bool

true

Enable controller metrics service

argo-cd.global.logging.format

string

"json"

Set the global logging format. Either: text or json

argo-cd.notifications.metrics.enabled

bool

true

Enable notifications metrics service

argo-cd.redis.metrics.enabled

bool

true

Enable Redis metrics service

argo-cd.repoServer.metrics.enabled

bool

true

Enable repo server metrics service

argo-cd.server.ingress.annotations

object

Configure the letsencrypt-dns TLS cert cluster issuer

Annotations to add to the ingress

argo-cd.server.ingress.enabled

bool

true

Create an ingress for the Argo CD server

argo-cd.server.ingress.ingressClassName

string

"nginx"

Ingress class to use for Argo CD ingress

argo-cd.server.ingress.path

string

"/argo-cd"

Paths to route to Argo CD

argo-cd.server.ingress.tls

bool

true

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

true

Enable server metrics service

global.vaultSecretsPath

string

Set by Argo CD

Base path for Vault secrets