# Configuration reference

> **📝 Note**
>
> An LLM-optimized bundle of this entire section is available at [`section.md`](https://www.union.ai/docs/v1/flyte/deployment/configuration-reference/section.md).
> This single file contains all pages in this section, optimized for AI coding agent context.

This section all the supported configuration flags for all the Flyte components.

## Subpages

- [Datacatalog configuration](https://www.union.ai/docs/v1/flyte/deployment/configuration-reference/datacatalog-config/page.md)
  - Section: application
  - grpcPort (int)
  - grpcServerReflection (bool)
  - grpcMaxRecvMsgSizeMBs (int)
  - httpPort (int)
  - secure (bool)
  - readHeaderTimeoutSeconds (int)
  - Section: database
  - host (string)
  - port (int)
  - dbname (string)
  - username (string)
  - password (string)
  - passwordPath (string)
  - options (string)
  - debug (bool)
  - enableForeignKeyConstraintWhenMigrating (bool)
  - maxIdleConnections (int)
  - maxOpenConnections (int)
  - connMaxLifeTime (config.Duration)
  - postgres (database.PostgresConfig)
  - sqlite (database.SQLiteConfig)
  - Section: datacatalog
  - storage-prefix (string)
  - metrics-scope (string)
  - profiler-port (int)
  - heartbeat-grace-period-multiplier (int)
  - max-reservation-heartbeat (config.Duration)
  - Section: logger
  - show-source (bool)
  - mute (bool)
  - level (int)
  - formatter (logger.FormatterConfig)
  - Section: otel
  - type (string)
  - file (otelutils.FileConfig)
  - jaeger (otelutils.JaegerConfig)
  - otlpgrpc (otelutils.OtlpGrpcConfig)
  - otlphttp (otelutils.OtlpHttpConfig)
  - sampler (otelutils.SamplerConfig)
  - Section: storage
  - type (string)
  - connection (storage.ConnectionConfig)
  - stow (storage.StowConfig)
  - container (string)
  - enable-multicontainer (bool)
  - cache (storage.CachingConfig)
  - limits (storage.LimitsConfig)
  - defaultHttpClient (storage.HTTPClientConfig)
  - signedUrl (storage.SignedURLConfig)
- [FlyteAdmin configuration](https://www.union.ai/docs/v1/flyte/deployment/configuration-reference/flyteadmin-config/page.md)
  - Section: admin
  - endpoint (config.URL)
  - insecure (bool)
  - insecureSkipVerify (bool)
  - caCertFilePath (string)
  - maxBackoffDelay (config.Duration)
  - perRetryTimeout (config.Duration)
  - maxRetries (int)
  - maxMessageSizeBytes (int)
  - authType (uint8)
  - tokenRefreshWindow (config.Duration)
  - useAuth (bool)
  - clientId (string)
  - clientSecretLocation (string)
  - clientSecretEnvVar (string)
  - scopes (\[\]string)
  - useAudienceFromAdmin (bool)
  - audience (string)
  - authorizationServerUrl (string)
  - tokenUrl (string)
  - authorizationHeader (string)
  - pkceConfig (pkce.Config)
  - deviceFlowConfig (deviceflow.Config)
  - command (\[\]string)
  - proxyCommand (\[\]string)
  - defaultServiceConfig (string)
  - httpProxyURL (config.URL)
  - Section: auth
  - httpAuthorizationHeader (string)
  - grpcAuthorizationHeader (string)
  - disableForHttp (bool)
  - disableForGrpc (bool)
  - authorizedUris (\[\]config.URL)
  - httpProxyURL (config.URL)
  - userAuth (config.UserAuthConfig)
  - appAuth (config.OAuth2Options)
  - Section: catalog-cache
  - type (string)
  - endpoint (string)
  - insecure (bool)
  - max-cache-age (config.Duration)
  - use-admin-auth (bool)
  - max-retries (int)
  - base-scalar (int)
  - backoff-jitter (string)
  - default-service-config (string)
  - Section: cloudevents
  - enable (bool)
  - type (string)
  - aws (interfaces.AWSConfig)
  - gcp (interfaces.GCPConfig)
  - kafka (interfaces.KafkaConfig)
  - eventsPublisher (interfaces.EventsPublisherConfig)
  - reconnectAttempts (int)
  - reconnectDelaySeconds (int)
  - cloudEventVersion (uint8)
  - Section: cluster_resources
  - templatePath (string)
  - templateData (map\[string\]interfaces.DataSource)
  - refreshInterval (config.Duration)
  - customData (map\[string\]map\[string\]interfaces.DataSource)
  - standaloneDeployment (bool)
  - Section: clusterpools
  - clusterPoolAssignments (map\[string\]interfaces.ClusterPoolAssignment)
  - Section: clusters
  - clusterConfigs (\[\]interfaces.ClusterConfig)
  - labelClusterMap (map\[string\]\[\]interfaces.ClusterEntity)
  - defaultExecutionLabel (string)
  - Section: database
  - host (string)
  - port (int)
  - dbname (string)
  - username (string)
  - password (string)
  - passwordPath (string)
  - options (string)
  - debug (bool)
  - enableForeignKeyConstraintWhenMigrating (bool)
  - maxIdleConnections (int)
  - maxOpenConnections (int)
  - connMaxLifeTime (config.Duration)
  - postgres (database.PostgresConfig)
  - sqlite (database.SQLiteConfig)
  - Section: domains
  - id (string)
  - name (string)
  - Section: event
  - type (string)
  - file-path (string)
  - rate (int64)
  - capacity (int)
  - max-retries (int)
  - base-scalar (int)
  - backoff-jitter (string)
  - Section: externalevents
  - enable (bool)
  - type (string)
  - aws (interfaces.AWSConfig)
  - gcp (interfaces.GCPConfig)
  - eventsPublisher (interfaces.EventsPublisherConfig)
  - reconnectAttempts (int)
  - reconnectDelaySeconds (int)
  - Section: flyteadmin
  - roleNameKey (string)
  - metricsScope (string)
  - metricsKeys (\[\]string)
  - profilerPort (int)
  - metadataStoragePrefix (\[\]string)
  - eventVersion (int)
  - asyncEventsBufferSize (int)
  - maxParallelism (int32)
  - labels (map\[string\]string)
  - annotations (map\[string\]string)
  - interruptible (bool)
  - overwriteCache (bool)
  - assumableIamRole (string)
  - k8sServiceAccount (string)
  - outputLocationPrefix (string)
  - useOffloadedWorkflowClosure (bool)
  - envs (map\[string\]string)
  - featureGates (interfaces.FeatureGates)
  - consoleUrl (string)
  - useOffloadedInputs (bool)
  - Section: logger
  - show-source (bool)
  - mute (bool)
  - level (int)
  - formatter (logger.FormatterConfig)
  - Section: namespace_mapping
  - mapping (string)
  - template (string)
  - templateData (map\[string\]interfaces.DataSource)
  - Section: notifications
  - type (string)
  - region (string)
  - aws (interfaces.AWSConfig)
  - gcp (interfaces.GCPConfig)
  - publisher (interfaces.NotificationsPublisherConfig)
  - processor (interfaces.NotificationsProcessorConfig)
  - emailer (interfaces.NotificationsEmailerConfig)
  - reconnectAttempts (int)
  - reconnectDelaySeconds (int)
  - Section: otel
  - type (string)
  - file (otelutils.FileConfig)
  - jaeger (otelutils.JaegerConfig)
  - otlpgrpc (otelutils.OtlpGrpcConfig)
  - otlphttp (otelutils.OtlpHttpConfig)
  - sampler (otelutils.SamplerConfig)
  - Section: plugins
  - connector-service (connector.Config)
  - catalogcache (catalog.Config)
  - connector-service (connector.Config)
  - k8s (config.K8sPluginConfig)
  - k8s-array (k8s.Config)
  - logs (logs.LogConfig)
  - Section: propeller
  - kube-config (string)
  - master (string)
  - workers (int)
  - workflow-reeval-duration (config.Duration)
  - downstream-eval-duration (config.Duration)
  - limit-namespace (string)
  - prof-port (config.Port)
  - metadata-prefix (string)
  - rawoutput-prefix (string)
  - queue (config.CompositeQueueConfig)
  - metrics-prefix (string)
  - metrics-keys (\[\]string)
  - enable-admin-launcher (bool)
  - max-workflow-retries (int)
  - max-ttl-hours (int)
  - gc-interval (config.Duration)
  - leader-election (config.LeaderElectionConfig)
  - publish-k8s-events (bool)
  - max-output-size-bytes (int64)
  - enable-grpc-latency-metrics (bool)
  - kube-client-config (config.KubeClientConfig)
  - node-config (config.NodeConfig)
  - max-streak-length (int)
  - event-config (config.EventConfig)
  - include-shard-key-label (\[\]string)
  - exclude-shard-key-label (\[\]string)
  - include-project-label (\[\]string)
  - exclude-project-label (\[\]string)
  - include-domain-label (\[\]string)
  - exclude-domain-label (\[\]string)
  - cluster-id (string)
  - create-flyteworkflow-crd (bool)
  - node-execution-worker-count (int)
  - array-node-config (config.ArrayNodeConfig)
  - literal-offloading-config (config.LiteralOffloadingConfig)
  - admin-launcher (launchplan.AdminConfig)
  - resourcemanager (config.Config)
  - workflowstore (workflowstore.Config)
  - Section: qualityofservice
  - tierExecutionValues (map\[string\]interfaces.QualityOfServiceSpec)
  - defaultTiers (map\[string\]string)
  - Section: queues
  - executionQueues (interfaces.ExecutionQueues)
  - workflowConfigs (interfaces.WorkflowConfigs)
  - Section: registration
  - maxWorkflowNodes (int)
  - maxLabelEntries (int)
  - maxAnnotationEntries (int)
  - workflowSizeLimit (string)
  - Section: remotedata
  - scheme (string)
  - region (string)
  - signedUrls (interfaces.SignedURL)
  - maxSizeInBytes (int64)
  - inlineEventDataPolicy (int)
  - Section: scheduler
  - profilerPort (config.Port)
  - eventScheduler (interfaces.EventSchedulerConfig)
  - workflowExecutor (interfaces.WorkflowExecutorConfig)
  - reconnectAttempts (int)
  - reconnectDelaySeconds (int)
  - Section: secrets
  - secrets-prefix (string)
  - env-prefix (string)
  - Section: server
  - httpPort (int)
  - grpcPort (int)
  - grpcServerReflection (bool)
  - kube-config (string)
  - master (string)
  - security (config.ServerSecurityOptions)
  - grpc (config.GrpcConfig)
  - thirdPartyConfig (config.ThirdPartyConfigOptions)
  - dataProxy (config.DataProxyConfig)
  - readHeaderTimeoutSeconds (int)
  - kubeClientConfig (config.KubeClientConfig (kubeClientConfig))
  - Section: storage
  - type (string)
  - connection (storage.ConnectionConfig)
  - stow (storage.StowConfig)
  - container (string)
  - enable-multicontainer (bool)
  - cache (storage.CachingConfig)
  - limits (storage.LimitsConfig)
  - defaultHttpClient (storage.HTTPClientConfig)
  - signedUrl (storage.SignedURLConfig)
  - Section: task_resources
  - defaults (interfaces.TaskResourceSet)
  - limits (interfaces.TaskResourceSet)
  - Section: tasks
  - task-plugins (config.TaskPluginConfig)
  - max-plugin-phase-versions (int32)
  - backoff (config.BackOffConfig)
  - maxLogMessageLength (int)
- [FlytePropeller configuration](https://www.union.ai/docs/v1/flyte/deployment/configuration-reference/flytepropeller-config/page.md)
  - Section: admin
  - endpoint (config.URL)
  - insecure (bool)
  - insecureSkipVerify (bool)
  - caCertFilePath (string)
  - maxBackoffDelay (config.Duration)
  - perRetryTimeout (config.Duration)
  - maxRetries (int)
  - maxMessageSizeBytes (int)
  - authType (uint8)
  - tokenRefreshWindow (config.Duration)
  - useAuth (bool)
  - clientId (string)
  - clientSecretLocation (string)
  - clientSecretEnvVar (string)
  - scopes (\[\]string)
  - useAudienceFromAdmin (bool)
  - audience (string)
  - authorizationServerUrl (string)
  - tokenUrl (string)
  - authorizationHeader (string)
  - pkceConfig (pkce.Config)
  - deviceFlowConfig (deviceflow.Config)
  - command (\[\]string)
  - proxyCommand (\[\]string)
  - defaultServiceConfig (string)
  - httpProxyURL (config.URL)
  - Section: catalog-cache
  - type (string)
  - endpoint (string)
  - insecure (bool)
  - max-cache-age (config.Duration)
  - use-admin-auth (bool)
  - max-retries (int)
  - base-scalar (int)
  - backoff-jitter (string)
  - default-service-config (string)
  - Section: event
  - type (string)
  - file-path (string)
  - rate (int64)
  - capacity (int)
  - max-retries (int)
  - base-scalar (int)
  - backoff-jitter (string)
  - Section: logger
  - show-source (bool)
  - mute (bool)
  - level (int)
  - formatter (logger.FormatterConfig)
  - Section: otel
  - type (string)
  - file (otelutils.FileConfig)
  - jaeger (otelutils.JaegerConfig)
  - otlpgrpc (otelutils.OtlpGrpcConfig)
  - otlphttp (otelutils.OtlpHttpConfig)
  - sampler (otelutils.SamplerConfig)
  - Section: plugins
  - connector-service (connector.Config)
  - athena (athena.Config)
  - aws (aws.Config)
  - bigquery (bigquery.Config)
  - catalogcache (catalog.Config)
  - connector-service (connector.Config)
  - dask (dask.Config)
  - databricks (databricks.Config)
  - echo (testing.Config)
  - k8s (config.K8sPluginConfig)
  - k8s-array (k8s.Config)
  - kf-operator (common.Config)
  - logs (logs.LogConfig)
  - qubole (config.Config)
  - ray (ray.Config)
  - snowflake (snowflake.Config)
  - spark (spark.Config)
  - Section: propeller
  - kube-config (string)
  - master (string)
  - workers (int)
  - workflow-reeval-duration (config.Duration)
  - downstream-eval-duration (config.Duration)
  - limit-namespace (string)
  - prof-port (config.Port)
  - metadata-prefix (string)
  - rawoutput-prefix (string)
  - queue (config.CompositeQueueConfig)
  - metrics-prefix (string)
  - metrics-keys (\[\]string)
  - enable-admin-launcher (bool)
  - max-workflow-retries (int)
  - max-ttl-hours (int)
  - gc-interval (config.Duration)
  - leader-election (config.LeaderElectionConfig)
  - publish-k8s-events (bool)
  - max-output-size-bytes (int64)
  - enable-grpc-latency-metrics (bool)
  - kube-client-config (config.KubeClientConfig)
  - node-config (config.NodeConfig)
  - max-streak-length (int)
  - event-config (config.EventConfig)
  - include-shard-key-label (\[\]string)
  - exclude-shard-key-label (\[\]string)
  - include-project-label (\[\]string)
  - exclude-project-label (\[\]string)
  - include-domain-label (\[\]string)
  - exclude-domain-label (\[\]string)
  - cluster-id (string)
  - create-flyteworkflow-crd (bool)
  - node-execution-worker-count (int)
  - array-node-config (config.ArrayNodeConfig)
  - literal-offloading-config (config.LiteralOffloadingConfig)
  - admin-launcher (launchplan.AdminConfig)
  - resourcemanager (config.Config (resourcemanager))
  - workflowstore (workflowstore.Config)
  - Section: secrets
  - secrets-prefix (string)
  - env-prefix (string)
  - Section: storage
  - type (string)
  - connection (storage.ConnectionConfig)
  - stow (storage.StowConfig)
  - container (string)
  - enable-multicontainer (bool)
  - cache (storage.CachingConfig)
  - limits (storage.LimitsConfig)
  - defaultHttpClient (storage.HTTPClientConfig)
  - signedUrl (storage.SignedURLConfig)
  - Section: tasks
  - task-plugins (config.TaskPluginConfig)
  - max-plugin-phase-versions (int32)
  - backoff (config.BackOffConfig)
  - maxLogMessageLength (int)
  - Section: webhook
  - metrics-prefix (string)
  - certDir (string)
  - localCert (bool)
  - listenPort (int)
  - serviceName (string)
  - servicePort (int32)
  - secretName (string)
  - secretManagerType (int)
  - awsSecretManager (config.AWSSecretManagerConfig)
  - gcpSecretManager (config.GCPSecretManagerConfig)
  - vaultSecretManager (config.VaultSecretManagerConfig)
- [FlyteScheduler configuration](https://www.union.ai/docs/v1/flyte/deployment/configuration-reference/scheduler-config/page.md)
  - Section: admin
  - endpoint (config.URL)
  - insecure (bool)
  - insecureSkipVerify (bool)
  - caCertFilePath (string)
  - maxBackoffDelay (config.Duration)
  - perRetryTimeout (config.Duration)
  - maxRetries (int)
  - maxMessageSizeBytes (int)
  - authType (uint8)
  - tokenRefreshWindow (config.Duration)
  - useAuth (bool)
  - clientId (string)
  - clientSecretLocation (string)
  - clientSecretEnvVar (string)
  - scopes (\[\]string)
  - useAudienceFromAdmin (bool)
  - audience (string)
  - authorizationServerUrl (string)
  - tokenUrl (string)
  - authorizationHeader (string)
  - pkceConfig (pkce.Config)
  - deviceFlowConfig (deviceflow.Config)
  - command (\[\]string)
  - proxyCommand (\[\]string)
  - defaultServiceConfig (string)
  - httpProxyURL (config.URL)
  - Section: auth
  - httpAuthorizationHeader (string)
  - grpcAuthorizationHeader (string)
  - disableForHttp (bool)
  - disableForGrpc (bool)
  - authorizedUris (\[\]config.URL)
  - httpProxyURL (config.URL)
  - userAuth (config.UserAuthConfig)
  - appAuth (config.OAuth2Options)
  - Section: catalog-cache
  - type (string)
  - endpoint (string)
  - insecure (bool)
  - max-cache-age (config.Duration)
  - use-admin-auth (bool)
  - max-retries (int)
  - base-scalar (int)
  - backoff-jitter (string)
  - default-service-config (string)
  - Section: cloudevents
  - enable (bool)
  - type (string)
  - aws (interfaces.AWSConfig)
  - gcp (interfaces.GCPConfig)
  - kafka (interfaces.KafkaConfig)
  - eventsPublisher (interfaces.EventsPublisherConfig)
  - reconnectAttempts (int)
  - reconnectDelaySeconds (int)
  - cloudEventVersion (uint8)
  - Section: cluster_resources
  - templatePath (string)
  - templateData (map\[string\]interfaces.DataSource)
  - refreshInterval (config.Duration)
  - customData (map\[string\]map\[string\]interfaces.DataSource)
  - standaloneDeployment (bool)
  - Section: clusterpools
  - clusterPoolAssignments (map\[string\]interfaces.ClusterPoolAssignment)
  - Section: clusters
  - clusterConfigs (\[\]interfaces.ClusterConfig)
  - labelClusterMap (map\[string\]\[\]interfaces.ClusterEntity)
  - defaultExecutionLabel (string)
  - Section: database
  - host (string)
  - port (int)
  - dbname (string)
  - username (string)
  - password (string)
  - passwordPath (string)
  - options (string)
  - debug (bool)
  - enableForeignKeyConstraintWhenMigrating (bool)
  - maxIdleConnections (int)
  - maxOpenConnections (int)
  - connMaxLifeTime (config.Duration)
  - postgres (database.PostgresConfig)
  - sqlite (database.SQLiteConfig)
  - Section: domains
  - id (string)
  - name (string)
  - Section: event
  - type (string)
  - file-path (string)
  - rate (int64)
  - capacity (int)
  - max-retries (int)
  - base-scalar (int)
  - backoff-jitter (string)
  - Section: externalevents
  - enable (bool)
  - type (string)
  - aws (interfaces.AWSConfig)
  - gcp (interfaces.GCPConfig)
  - eventsPublisher (interfaces.EventsPublisherConfig)
  - reconnectAttempts (int)
  - reconnectDelaySeconds (int)
  - Section: flyteadmin
  - roleNameKey (string)
  - metricsScope (string)
  - metricsKeys (\[\]string)
  - profilerPort (int)
  - metadataStoragePrefix (\[\]string)
  - eventVersion (int)
  - asyncEventsBufferSize (int)
  - maxParallelism (int32)
  - labels (map\[string\]string)
  - annotations (map\[string\]string)
  - interruptible (bool)
  - overwriteCache (bool)
  - assumableIamRole (string)
  - k8sServiceAccount (string)
  - outputLocationPrefix (string)
  - useOffloadedWorkflowClosure (bool)
  - envs (map\[string\]string)
  - featureGates (interfaces.FeatureGates)
  - consoleUrl (string)
  - useOffloadedInputs (bool)
  - Section: logger
  - show-source (bool)
  - mute (bool)
  - level (int)
  - formatter (logger.FormatterConfig)
  - Section: namespace_mapping
  - mapping (string)
  - template (string)
  - templateData (map\[string\]interfaces.DataSource)
  - Section: notifications
  - type (string)
  - region (string)
  - aws (interfaces.AWSConfig)
  - gcp (interfaces.GCPConfig)
  - publisher (interfaces.NotificationsPublisherConfig)
  - processor (interfaces.NotificationsProcessorConfig)
  - emailer (interfaces.NotificationsEmailerConfig)
  - reconnectAttempts (int)
  - reconnectDelaySeconds (int)
  - Section: otel
  - type (string)
  - file (otelutils.FileConfig)
  - jaeger (otelutils.JaegerConfig)
  - otlpgrpc (otelutils.OtlpGrpcConfig)
  - otlphttp (otelutils.OtlpHttpConfig)
  - sampler (otelutils.SamplerConfig)
  - Section: plugins
  - connector-service (connector.Config)
  - catalogcache (catalog.Config)
  - connector-service (connector.Config)
  - k8s (config.K8sPluginConfig)
  - k8s-array (k8s.Config)
  - logs (logs.LogConfig)
  - Section: propeller
  - kube-config (string)
  - master (string)
  - workers (int)
  - workflow-reeval-duration (config.Duration)
  - downstream-eval-duration (config.Duration)
  - limit-namespace (string)
  - prof-port (config.Port)
  - metadata-prefix (string)
  - rawoutput-prefix (string)
  - queue (config.CompositeQueueConfig)
  - metrics-prefix (string)
  - metrics-keys (\[\]string)
  - enable-admin-launcher (bool)
  - max-workflow-retries (int)
  - max-ttl-hours (int)
  - gc-interval (config.Duration)
  - leader-election (config.LeaderElectionConfig)
  - publish-k8s-events (bool)
  - max-output-size-bytes (int64)
  - enable-grpc-latency-metrics (bool)
  - kube-client-config (config.KubeClientConfig)
  - node-config (config.NodeConfig)
  - max-streak-length (int)
  - event-config (config.EventConfig)
  - include-shard-key-label (\[\]string)
  - exclude-shard-key-label (\[\]string)
  - include-project-label (\[\]string)
  - exclude-project-label (\[\]string)
  - include-domain-label (\[\]string)
  - exclude-domain-label (\[\]string)
  - cluster-id (string)
  - create-flyteworkflow-crd (bool)
  - node-execution-worker-count (int)
  - array-node-config (config.ArrayNodeConfig)
  - literal-offloading-config (config.LiteralOffloadingConfig)
  - admin-launcher (launchplan.AdminConfig)
  - resourcemanager (config.Config)
  - workflowstore (workflowstore.Config)
  - Section: qualityofservice
  - tierExecutionValues (map\[string\]interfaces.QualityOfServiceSpec)
  - defaultTiers (map\[string\]string)
  - Section: queues
  - executionQueues (interfaces.ExecutionQueues)
  - workflowConfigs (interfaces.WorkflowConfigs)
  - Section: registration
  - maxWorkflowNodes (int)
  - maxLabelEntries (int)
  - maxAnnotationEntries (int)
  - workflowSizeLimit (string)
  - Section: remotedata
  - scheme (string)
  - region (string)
  - signedUrls (interfaces.SignedURL)
  - maxSizeInBytes (int64)
  - inlineEventDataPolicy (int)
  - Section: scheduler
  - profilerPort (config.Port)
  - eventScheduler (interfaces.EventSchedulerConfig)
  - workflowExecutor (interfaces.WorkflowExecutorConfig)
  - reconnectAttempts (int)
  - reconnectDelaySeconds (int)
  - Section: secrets
  - secrets-prefix (string)
  - env-prefix (string)
  - Section: server
  - httpPort (int)
  - grpcPort (int)
  - grpcServerReflection (bool)
  - kube-config (string)
  - master (string)
  - security (config.ServerSecurityOptions)
  - grpc (config.GrpcConfig)
  - thirdPartyConfig (config.ThirdPartyConfigOptions)
  - dataProxy (config.DataProxyConfig)
  - readHeaderTimeoutSeconds (int)
  - kubeClientConfig (config.KubeClientConfig (kubeClientConfig))
  - Section: storage
  - type (string)
  - connection (storage.ConnectionConfig)
  - stow (storage.StowConfig)
  - container (string)
  - enable-multicontainer (bool)
  - cache (storage.CachingConfig)
  - limits (storage.LimitsConfig)
  - defaultHttpClient (storage.HTTPClientConfig)
  - signedUrl (storage.SignedURLConfig)
  - Section: task_resources
  - defaults (interfaces.TaskResourceSet)
  - limits (interfaces.TaskResourceSet)
  - Section: tasks
  - task-plugins (config.TaskPluginConfig)
  - max-plugin-phase-versions (int32)
  - backoff (config.BackOffConfig)
  - maxLogMessageLength (int)

---
**Source**: https://github.com/unionai/unionai-docs/blob/main/content/deployment/configuration-reference/_index.md
**HTML**: https://www.union.ai/docs/v1/flyte/deployment/configuration-reference/
