Parameters
The parent key for all of the following parameters is argocd
.
images
type |
dictionary |
Dictionary containing the container images used by this component.
The tag for the ArgoCD image is used to download the corresponding deployment manifests. |
resources
type |
dictionary |
defaults |
Dictionary containing the resource requests and limits for the different components. Keys correspond to different pods/containers:
-
application_controller
-
redis
-
repo_server
-
repo_server_vault_agent
- for thevault_agent
container in therepo-server
pod -
server
Users can remove configured requests and limits by setting any keys or subkeys in the dictionary to null
.
monitoring.enabled
type |
bool |
default |
|
If monitoring should be enabled for this component. Requires the Prometheus Operator to be installed.
monitoring.dashboards
type |
bool |
default |
|
If dashboards should be enabled for this component. Requires the Grafana Operator to be installed.