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.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 |
Rewrite requests to remove |
Additional annotations to add to the Argo CD 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.pathType |
string |
|
Type of path expression for Argo CD ingress |
argo-cd.server.ingress.paths |
list |
`[“/argo-cd(/ |
$)(.*)”]` |
argo-cd.server.metrics.enabled |
bool |
|
Enable server metrics service |
global.vaultSecretsPath |
string |
Set by Argo CD |
Base path for Vault secrets |