The ArgoCD
custom resource is a Kubernetes Custom Resource (CRD) that describes the desired state for a given Argo CD cluster that allows you to configure the components which make up an Argo CD cluster.
The Argo CD CLI tool is a tool used to configure Argo CD through the command line. Red Hat OpenShift GitOps does not support this binary. Use the OpenShift Console to configure the Argo CD.
The ArgoCD Custom Resource consists of the following properties:
Name |
Default |
Description |
|
|
The |
|
<Object> |
|
|
<empty> |
Add a configuration management plugin. |
|
<Object> |
Argo CD Application Controller options. |
|
<Object> |
Dex configuration options. |
|
|
Disable the admin user. |
|
<empty> |
Use a Google Analytics tracking ID. |
|
|
Enable hashed usernames sent to google analytics. |
|
<Object> |
Grafana configurable options. |
|
<Object> |
High availablity options. |
|
URL for getting chat help (this will typically be your Slack channel for support). |
|
|
|
The text appears in a text box for getting chat help. |
|
|
The container image for all Argo CD components. This overrides the |
|
<Object> |
Import configuration options. |
|
<Object> |
Ingress configuration options. |
|
<empty> |
Initial Git repositories to configure Argo CD to use upon creation of the cluster. |
|
<Object> |
Git repository credential templates to configure Argo CD to use upon creation of the cluster. |
|
<default_Argo_CD_Known_Hosts> |
Initial SSH Known Hosts for Argo CD to use upon creation of the cluster. |
|
<empty> |
The build options and parameters to use with |
|
<empty> |
The OIDC configuration as an alternative to Dex. |
|
<empty> |
Add the |
|
<Object> |
Prometheus configuration options. |
|
<Object> |
RBAC configuration options. |
|
<Object> |
Redis configuration options. |
|
<empty> |
Customize resource behavior. |
|
<Object> |
Completely ignore entire classes of resource group. |
|
<Object> |
The configuration to configure which resource group/kinds are applied. |
|
<Object> |
Argo CD Server configuration options. |
|
<Object> |
Single sign-on options. |
|
|
Enable application status badge. |
|
<Object> |
TLS configuration options. |
|
|
Enable anonymous user access. |
|
|
The tag to use with the container image for all Argo CD components. |