applicationInstanceLabelKey
|
The metadata.label key name where Argo CD injects the app name as a tracking label. |
app.kubernetes.io/instance
|
|
aggregatedClusterRoles
|
Use aggregated cluster roles for the Argo CD Application Controller component of a cluster-scoped instance. |
false
|
|
applicationSet
|
The ApplicationSet Controller configuration options. |
<object>
|
-
<image> - The container image for the ApplicationSet Controller. This property overrides the ARGOCD_APPLICATIONSET_IMAGE environment variable.
-
<version> - The tag to use with the applicationSet container image.
-
<enabled> - The flag to use to enable the ApplicationSet Controller during the Argo CD installation.
-
<env> - Specify the environment for ApplicationSet Controller pods.
-
<resources> - The container compute resources.
-
<logLevel> - The log level used by the Argo CD Application Controller component. Valid options are debug , info , error , and warn .
-
<logFormat> - The log format used by the Argo CD Application Controller component. Valid options are text and json .
-
<parallelismLimit> - The kubectl parallelism limit to set for the controller (the --kubectl-parallelism-limit flag).
-
sourceNamespaces - The list of non-control plane namespaces for creating and managing Argo CD ApplicationSet resources in target namespaces.
-
scmProviders - The URLs of the allowed Source Code Manager (SCM) providers.
-
<scmRootCAConfigMap> - The name of the config map that stores the Gitlab SCM Provider’s TLS certificate that will be mounted on the Application Set Controller at the "/app/tls/scm/cert" path.
-
<webhookServer> - Defines the available options for the ApplicationSet webhook server.
|
banner
|
Adds a UI banner message. |
<object>
|
|
configManagementPlugins
|
Adds a configuration management plugin. |
<empty>
|
|
controller
|
Argo CD Application Controller options. |
<object>
|
-
<processors.operation> - The number of operation processors.
-
<processors.status> - The number of status processors.
-
<resources> - The container compute resources.
-
<logLevel> - The log level used by the Argo CD Application Controller component. Valid options are debug , info , error , and warn .
-
<appSync> - AppSync is used to control the sync frequency of Argo CD applications.
-
<sharding.enabled> - Enable sharding on the Argo CD Application Controller component. Use this property to manage a large number of clusters and relieve memory pressure on the controller component.
-
<sharding.replicas> - The number of replicas that are used to support sharding of the Argo CD Application Controller.
-
<sharding.dynamicScalingEnabled> - Enables the dynamic scaling of the Argo CD Application Controller component. Use this property if you want the Operator to scale the number of replicas based on the number of clusters the controller component is managing. If you set this property to true , it overrides the configuration of the sharding.enabled and sharding.replicas properties.
-
<sharding.minShards> - The minimum number of Argo CD Application Controller replicas.
-
<sharding.maxShards> - The maximum number of Argo CD Application Controller replicas.
-
<sharding.clustersPerShard> - The number of clusters that need to be managed by each shard. When the replica count reaches the maxShards , the shards manage more than one cluster.
-
<env> - Environment to set for the application controller workloads.
-
<sourceNamespaces> - The list of non-control plane namespaces for creating and managing Argo CD Application resources in target namespaces.
-
<extraCommandArgs> - List of arguments added to the existing arguments set by the Operator.
|
disableAdmin
|
Disables the built-in admin user. |
false
|
|
defaultClusterScopedRoleDisabled
|
Disables the creation of default cluster roles for a cluster-scoped instance. |
false
|
|
extraConfig
|
Add any supplementary Argo CD settings to the argocd-cm config map that cannot be configured directly within the Argo CD custom resource. |
<empty>
|
|
gaTrackingID
|
Use a Google Analytics tracking ID. |
<empty>
|
|
gaAnonymizeUsers
|
Enable hashed usernames sent to Google Analytics. |
false
|
|
ha
|
High-availability options. |
<object>
|
-
<enabled> - Toggle high-availability support globally for Argo CD.
-
<redisProxyImage> - The Redis HAProxy container image. This property overrides the ARGOCD_REDIS_HA_PROXY_IMAGE environment variable.
-
<redisProxyVersion> - The tag to use for the Redis HAProxy container image.
|
helpChatURL
|
URL for getting chat help (this is typically your Slack channel for support). |
https://mycorp.slack.com/argo-cd
|
|
helpChatText
|
The text that appears in a text box for getting chat help. |
Chat now!
|
|
image
|
The container image for all Argo CD components. This overrides the ARGOCD_IMAGE environment variable. |
argoproj/argocd
|
|
import
|
Import configuration options for Argo CD. |
<object>
|
-
<name> - The name of an ArgoCDExport resource from which data can be imported.
-
<namespace> - The namespace for the ArgoCDExport resource referenced by name field. If this field is not set, the namespace of ArgoCDExport resource is set to the same namespace as Argo CD by default.
|
ingress
|
Ingress configuration options. |
<object>
|
|
initialRepositories
|
Initial Git repositories to configure Argo CD to use upon creation of the cluster. |
<empty>
|
|
initialSSHKnownHosts
|
Defines the initial SSH Known Hosts data for Argo CD to use at cluster creation to connect to Git repositories through SSH. |
<default_Argo_CD_Known_Hosts>
|
-
<Excludedefaulthosts> - Indicates whether you want to add the default list of SSH Known Hosts provided by Argo CD.
-
<keys> - Describes a custom set of SSH Known Hosts that you want to incorporate into your Argo CD server.
|
kustomizeBuildOptions
|
The build options and parameters to use with kustomize build . |
<empty>
|
|
kustomizeVersions
|
Defines a list of Kustomize versions that are configured in the Argo CD repo server container image. |
<empty>
|
-
<path> - The path of the Kustomize version in the file system of the Argo CD repo server container image.
-
<version> - The Kustomize version in the vX.Y.Z format configured in the Argo CD repo server container image.
|
monitoring
|
Defines the workload status monitoring configuration for your instance. |
<object>
|
|
notifications
|
Notifications Controller configuration options. |
<object>
|
-
<enabled> - The toggle to start the Notifications Controller.
-
<env> - The environment to set for the Notifications Controller workloads.
-
<image> - The container image for all Argo CD components. This property overrides the ARGOCD_IMAGE environment variable.
-
<version> - The tag to use with the Notifications container image.
-
<replicas> - The number of replicas to be run for the Notifications Controller.
-
<resources> - The container compute resources.
-
<logLevel> - The log level used by the Argo CD Application Controller component. Valid options are debug , info , error , and warn .
|
nodePlacement
|
Defines NodeSelectors and Tolerations for Argo CD workloads. |
<empty>
|
|
oidcConfig
|
The OIDC configuration as an alternative to Dex. |
<empty>
|
|
repositoryCredentials
|
Git repository credential templates to configure Argo CD to use at cluster creation. |
<empty>
|
|
prometheus
|
Prometheus configuration options. |
<object>
|
-
<enabled> - Toggle Prometheus support globally for Argo CD.
-
<host> - The hostname to use for Ingress or Route resources.
-
<ingress> - Toggles ingress for Prometheus.
-
<route> - Route configuration options.
-
<size> - The replica count for the Prometheus StatefulSet .
|
rbac
|
RBAC configuration options. |
<object>
|
-
<defaultPolicy> - The policy.default property in the argocd-rbac-cm config map. The name of the default role that Argo CD falls back to when authorizing API requests.
-
<policy> - The policy.csv property in the argocd-rbac-cm config map. This property includes CSV data about user-defined RBAC policies and role definitions.
-
<policyMatcher> - The policy.matchMode property in the argocd-rbac-cm config map. This property has two options: 'glob' for glob matcher and 'regex' for regex matcher.
-
<scopes> - The scopes property in the argocd-rbac-cm config map. Controls which OIDC scopes to examine during RBAC enforcement, in addition to sub scope.
|
redis
|
Redis configuration options. |
<object>
|
-
<autotls> - Use the provider to create the Redis server’s TLS certificate. Only the openshift value is currently available.
-
<disableTLSVerification> - Defines whether the Redis server should be accessed using strict TLS validation.
-
<image> - The container image for Redis. This overrides the ARGOCD_REDIS_IMAGE environment variable.
-
<resources> - The container compute resources.
-
<version> - The tag to use with the Redis container image.
|
resourceHealthChecks
|
Customize resource health check behavior. |
<empty>
|
|
resourceIgnoreDifferences
|
Customize resource ignore difference behavior. |
<empty>
|
|
resourceActions
|
Customize resource action behavior. |
<empty>
|
|
resourceExclusions
|
Completely ignore entire classes of resource group. |
<empty>
|
|
resourceInclusions
|
The configuration to identify which resource group/kinds are applied. |
<empty>
|
|
resourceTrackingMethod
|
The field used by Argo CD to monitor its managed resources. |
<label>
|
|
server
|
Argo CD Server configuration options. |
<object>
|
-
<autoscale> - Server autoscale configuration options.
-
<extraCommandArgs> - List of arguments added to the existing arguments set by the Operator.
-
<grpc> - gRPC configuration options.
-
<host> - The hostname used for Ingress or Route resources.
-
<ingress> - Ingress configuration for the Argo CD server component.
-
<insecure> - Toggles the insecure flag for Argo CD server.
-
<resources> - The container compute resources.
-
<replicas> - The number of replicas for the Argo CD server. Must be greater than or equal to 0 . If autoscale is enabled, replicas is ignored.
-
<route> - Route configuration options.
-
<service.Type> - The serviceType used for the service resource.
-
<logLevel> - The log level to be used by the Argo CD server component. Valid options are debug , info , error , and warn .
-
<logFormat> - The log format used by the Argo CD server component. Valid options are text and json .
-
<env> - Environment to set for the server workloads.
-
<enabled> - The flag to enable Argo CD server during the Argo CD installation.
|
sso
|
Single Sign-on options. |
<object>
|
-
<keycloak> - Configuration options for Keycloak SSO provider.
-
<dex> - Configuration options for Dex SSO provider.
-
<provider> - The name of the provider used to configure Single Sign-on. Currently, the supported options are Dex and Keycloak.
|
statusBadgeEnabled
|
Enable application status badge. |
true
|
|
tls
|
TLS configuration options. |
<object>
|
-
<ca.configMapName> - The name of the ConfigMap which contains the CA certificate.
-
<ca.secretName> - The name of the secret which contains the CA certificate and key.
-
<initialCerts> - Initial set of certificates in the argocd-tls-certs-cm config map for connecting Git repositories through HTTPS.
|
usersAnonymousEnabled
|
Enables anonymous user access. |
true
|
|
version
|
The tag to use with the container image for all Argo CD components. |
|
Latest Argo CD version |