You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| argocd.applicationSet | object |`{"replicas":0}`| argo-helm does not expose `applicationSet.enabled`;use 0 replicas to disable the Argo CD applicationSet Deployment. |
38
+
| argocd.configs.secret.createSecret | bool |`false`| Disable subchart's argocd-secret creation; the parent chart manages it with an auto-generated server.secretkey (see templates/argocd-secret.yaml). |
| global | object |`{"imagePullSecrets":[]}`| Helm `global` values merged into subcharts. Set `global.imagePullSecrets` when you need registry credentials on the agent ServiceAccount and on the bundled argo-cd chart (`argoCD.enabled` is true). |
55
+
| global | object |`{"imagePullSecrets":[],"namespaceOverride":""}`| Helm `global` values merged into subcharts. Set `global.imagePullSecrets` when you need registry credentials on the agent ServiceAccount and on the bundled argo-cd chart (`argoCD.enabled` is true). |
56
+
| global.namespaceOverride | string |`""`| Override namespace for the agent AND the bundled argo-cd subchart. This is the recommended way to deploy both charts into a non-release namespace. |
51
57
| healthzPort | string |`"8002"`| Healthz server port exposed by the agent. |
52
58
| image.pullPolicy | string |`"IfNotPresent"`| Image pull policy for the agent container. |
53
59
| image.repository | string |`"ghcr.io/argoproj-labs/argocd-agent/argocd-agent"`| Container image repository for the agent. |
@@ -57,7 +63,7 @@ Kubernetes: `>=1.24.0-0`
57
63
| logFormat | string |`"text"`| Log format for the agent (text or json). |
58
64
| logLevel | string |`"info"`| Log level for the agent. |
59
65
| metricsPort | string |`"8181"`| Metrics server port exposed by the agent. |
60
-
| namespaceOverride |string |`""`| Override namespace to deploy the agent into. Leave empty to use the release namespace. |
66
+
| namespaceOverride |Deprecated: use global.namespaceOverride |`""`| Override namespace for the agent chart only. When set, takes precedence over global.namespaceOverride for agent resources, but does NOT propagate to the bundled argo-cd subchart. Prefer global.namespaceOverride. |
61
67
| nodeSelector | object |`{}`| Node selector for scheduling the agent Pod. |
62
68
| podAnnotations | object |`{}`| Additional annotations to add to the agent Pod. |
63
69
| podLabels | object |`{}`| Additional labels to add to the agent Pod. |
0 commit comments