# Redpanda Connectors Helm Chart Specification

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [streaming-full.txt](https://docs.redpanda.com/streaming-full.txt)

---
title: Redpanda Connectors Helm Chart Specification
latest-redpanda-tag: v24.3.9
latest-console-tag: v3.7.3
latest-operator-version: v26.1.4
# EOL = End-of-Life (support lifecycle status)
page-is-nearing-eol: "false"
page-is-past-eol: "true"
page-eol-date: December 3, 2025
latest-connect-version: 4.93.0
docname: k-connector-helm-spec
page-component-name: streaming
page-version: "24.3"
page-component-version: "24.3"
page-component-title: Streaming
page-relative-src-path: k-connector-helm-spec.adoc
page-edit-url: https://github.com/redpanda-data/docs/edit/v/24.3/modules/reference/pages/k-connector-helm-spec.adoc
page-git-created-date: "2024-01-04"
page-git-modified-date: "2025-01-22"
support-status: past end-of-life
---

<!-- Source: https://docs.redpanda.com/streaming/24.3/reference/k-connector-helm-spec.md -->

![Version: 0.1.14](https://img.shields.io/badge/Version-0.1.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.31](https://img.shields.io/badge/AppVersion-v1.0.31-informational?style=flat-square)

This page describes the official Redpanda Connectors Helm Chart. In particular, this page describes the contents of the chart’s [`values.yaml` file](https://github.com/redpanda-data/helm-charts/blob/main/charts/connectors/values.yaml). Each of the settings is listed and described on this page, along with any default values.

For instructions on how to install and use the chart, including how to override and customize the chart’s values, refer to the [deployment documentation](https://docs.redpanda.com/current/deploy/deployment-option/self-hosted/kubernetes/k-deploy-connectors/).

* * *

Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

## [](#source-code)Source Code

-   [https://github.com/redpanda-data/redpanda-operator/tree/main/charts/connectors](https://github.com/redpanda-data/redpanda-operator/tree/main/charts/connectors)


## [](#requirements)Requirements

Kubernetes: `^1.21.0-0`

## [](#settings)Settings

### [](#auth)[auth](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=auth)

Authentication settings. For details, see the [SASL documentation](https://docs.redpanda.com/docs/manage/kubernetes/security/sasl-kubernetes/). The first line of the secret file is used. So the first superuser is used to authenticate to the Redpanda cluster.

**Default:**

{"sasl":{"enabled":false,"mechanism":"scram-sha-512","secretRef":"","userName":""}}

### [](#auth-sasl-mechanism)[auth.sasl.mechanism](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=auth.sasl.mechanism)

The authentication mechanism to use for the superuser. Options are `scram-sha-256` and `scram-sha-512`.

**Default:** `"scram-sha-512"`

### [](#auth-sasl-secretref)[auth.sasl.secretRef](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=auth.sasl.secretRef)

A Secret that contains your SASL user password.

**Default:** `""`

### [](#commonlabels)[commonLabels](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=commonLabels)

Additional labels to add to all Kubernetes objects. For example, `my.k8s.service: redpanda`.

**Default:** `{}`

### [](#connectors-additionalconfiguration)[connectors.additionalConfiguration](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.additionalConfiguration)

A placeholder for any Java configuration settings for Kafka Connect that are not explicitly defined in this Helm chart. Java configuration settings are passed to the Kafka Connect startup script.

**Default:** `""`

### [](#connectors-bootstrapservers)[connectors.bootstrapServers](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.bootstrapServers)

A comma-separated list of Redpanda broker addresses in the format of IP:Port or DNS:Port. Kafka Connect uses this to connect to the Redpanda/Kafka cluster.

**Default:** `""`

### [](#connectors-brokertls-ca-secretnameoverwrite)[connectors.brokerTLS.ca.secretNameOverwrite](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.brokerTLS.ca.secretNameOverwrite)

If `secretRef` points to a Secret where the certificate authority (CA) is not under the `ca.crt` key, use `secretNameOverwrite` to overwrite it e.g. `corp-ca.crt`.

**Default:** `""`

### [](#connectors-brokertls-ca-secretref)[connectors.brokerTLS.ca.secretRef](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.brokerTLS.ca.secretRef)

The name of the Secret where the ca.crt file content is located.

**Default:** `""`

### [](#connectors-brokertls-cert-secretnameoverwrite)[connectors.brokerTLS.cert.secretNameOverwrite](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.brokerTLS.cert.secretNameOverwrite)

If secretRef points to secret where client signed certificate is not under tls.crt key then please use secretNameOverwrite to overwrite it e.g. corp-tls.crt

**Default:** `""`

### [](#connectors-brokertls-cert-secretref)[connectors.brokerTLS.cert.secretRef](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.brokerTLS.cert.secretRef)

The name of the secret where client signed certificate is located

**Default:** `""`

### [](#connectors-brokertls-enabled)[connectors.brokerTLS.enabled](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.brokerTLS.enabled)

**Default:** `false`

### [](#connectors-brokertls-key-secretnameoverwrite)[connectors.brokerTLS.key.secretNameOverwrite](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.brokerTLS.key.secretNameOverwrite)

If secretRef points to secret where client private key is not under tls.key key then please use secretNameOverwrite to overwrite it e.g. corp-tls.key

**Default:** `""`

### [](#connectors-brokertls-key-secretref)[connectors.brokerTLS.key.secretRef](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.brokerTLS.key.secretRef)

The name of the secret where client private key is located

**Default:** `""`

### [](#connectors-groupid)[connectors.groupID](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.groupID)

A unique string that identifies the Kafka Connect cluster. It’s used in the formation of the internal topic names, ensuring that multiple Kafka Connect clusters can connect to the same Redpanda cluster without interfering with each other.

**Default:** `"connectors-cluster"`

### [](#connectors-producerbatchsize)[connectors.producerBatchSize](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.producerBatchSize)

The number of bytes of records a producer will attempt to batch together before sending to Redpanda. Batching improves throughput.

**Default:** `131072`

### [](#connectors-producerlingerms)[connectors.producerLingerMS](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.producerLingerMS)

The time, in milliseconds, that a producer will wait before sending a batch of records. Waiting allows the producer to gather more records in the same batch and improve throughput.

**Default:** `1`

### [](#connectors-restport)[connectors.restPort](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.restPort)

The port on which the Kafka Connect REST API listens. The API is used for administrative tasks.

**Default:** `8083`

### [](#connectors-schemaregistryurl)[connectors.schemaRegistryURL](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.schemaRegistryURL)

**Default:** `""`

### [](#connectors-secretmanager-connectorsprefix)[connectors.secretManager.connectorsPrefix](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.secretManager.connectorsPrefix)

**Default:** `""`

### [](#connectors-secretmanager-consoleprefix)[connectors.secretManager.consolePrefix](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.secretManager.consolePrefix)

**Default:** `""`

### [](#connectors-secretmanager-enabled)[connectors.secretManager.enabled](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.secretManager.enabled)

**Default:** `false`

### [](#connectors-secretmanager-region)[connectors.secretManager.region](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.secretManager.region)

**Default:** `""`

### [](#connectors-storage-remote)[connectors.storage.remote](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.storage.remote)

Indicates if read and write operations for the respective topics are allowed remotely.

**Default:**

{"read":{"config":false,"offset":false,"status":false},"write":{"config":false,"offset":false,"status":false}}

### [](#connectors-storage-replicationfactor)[connectors.storage.replicationFactor](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.storage.replicationFactor)

The number of replicas for each of the internal topics that Kafka Connect uses.

**Default:**

{"config":-1,"offset":-1,"status":-1}

### [](#connectors-storage-replicationfactor-config)[connectors.storage.replicationFactor.config](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.storage.replicationFactor.config)

Replication factor for the configuration topic.

**Default:** `-1`

### [](#connectors-storage-replicationfactor-offset)[connectors.storage.replicationFactor.offset](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.storage.replicationFactor.offset)

Replication factor for the offset topic.

**Default:** `-1`

### [](#connectors-storage-replicationfactor-status)[connectors.storage.replicationFactor.status](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.storage.replicationFactor.status)

Replication factor for the status topic.

**Default:** `-1`

### [](#connectors-storage-topic-config)[connectors.storage.topic.config](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.storage.topic.config)

The name of the internal topic that Kafka Connect uses to store connector and task configurations.

**Default:**

"\_internal\_connectors\_configs"

### [](#connectors-storage-topic-offset)[connectors.storage.topic.offset](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.storage.topic.offset)

The name of the internal topic that Kafka Connect uses to store source connector offsets.

**Default:**

"\_internal\_connectors\_offsets"

### [](#connectors-storage-topic-status)[connectors.storage.topic.status](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=connectors.storage.topic.status)

The name of the internal topic that Kafka Connect uses to store connector and task status updates.

**Default:**

"\_internal\_connectors\_status"

### [](#container-javagclogenabled)[container.javaGCLogEnabled](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=container.javaGCLogEnabled)

**Default:** `"false"`

### [](#container-resources)[container.resources](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=container.resources)

Pod resource management.

**Default:**

{"javaMaxHeapSize":"2G","limits":{"cpu":"1","memory":"2350Mi"},"request":{"cpu":"1","memory":"2350Mi"}}

### [](#container-resources-javamaxheapsize)[container.resources.javaMaxHeapSize](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=container.resources.javaMaxHeapSize)

Java maximum heap size must not be greater than `container.resources.limits.memory`.

**Default:** `"2G"`

### [](#container-securitycontext)[container.securityContext](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=container.securityContext)

Security context for the Redpanda Connectors container. See also `deployment.securityContext` for Pod-level settings.

**Default:**

{"allowPrivilegeEscalation":false}

### [](#deployment-annotations)[deployment.annotations](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.annotations)

Additional annotations to apply to the Pods of this Deployment.

**Default:** `{}`

### [](#deployment-budget-maxunavailable)[deployment.budget.maxUnavailable](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.budget.maxUnavailable)

**Default:** `1`

### [](#deployment-create)[deployment.create](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.create)

**Default:** `true`

### [](#deployment-extraenv)[deployment.extraEnv](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.extraEnv)

Additional environment variables for the Pods.

**Default:** `[]`

### [](#deployment-extraenvfrom)[deployment.extraEnvFrom](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.extraEnvFrom)

Configure extra environment variables from Secrets and ConfigMaps.

**Default:** `[]`

### [](#deployment-livenessprobe)[deployment.livenessProbe](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.livenessProbe)

Adjust the period for your probes to meet your needs. For details, see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes).

**Default:**

{"failureThreshold":3,"initialDelaySeconds":10,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1}

### [](#deployment-nodeaffinity)[deployment.nodeAffinity](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.nodeAffinity)

Node Affinity rules for scheduling Pods of this Deployment. The suggestion would be to spread Pods according to topology zone. For details, see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity).

**Default:** `{}`

### [](#deployment-nodeselector)[deployment.nodeSelector](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.nodeSelector)

Node selection constraints for scheduling Pods of this Deployment. These constraints override the global `nodeSelector` value. For details, see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector).

**Default:** `{}`

### [](#deployment-podaffinity)[deployment.podAffinity](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.podAffinity)

Inter-Pod Affinity rules for scheduling Pods of this Deployment. For details, see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#inter-pod-affinity-and-anti-affinity).

**Default:** `{}`

### [](#deployment-podantiaffinity)[deployment.podAntiAffinity](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.podAntiAffinity)

Anti-affinity rules for scheduling Pods of this Deployment. For details, see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#inter-pod-affinity-and-anti-affinity). You may either edit the default settings for anti-affinity rules, or specify new anti-affinity rules to use instead of the defaults.

**Default:**

{"custom":{},"topologyKey":"kubernetes.io/hostname","type":"hard","weight":100}

### [](#deployment-podantiaffinity-custom)[deployment.podAntiAffinity.custom](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.podAntiAffinity.custom)

Change `podAntiAffinity.type` to `custom` and provide your own podAntiAffinity rules here.

**Default:** `{}`

### [](#deployment-podantiaffinity-topologykey)[deployment.podAntiAffinity.topologyKey](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.podAntiAffinity.topologyKey)

The `topologyKey` to be used. Can be used to spread across different nodes, AZs, regions etc.

**Default:** `"kubernetes.io/hostname"`

### [](#deployment-podantiaffinity-type)[deployment.podAntiAffinity.type](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.podAntiAffinity.type)

Valid anti-affinity types are `soft`, `hard`, or `custom`. Use `custom` if you want to supply your own anti-affinity rules in the `podAntiAffinity.custom` object.

**Default:** `"hard"`

### [](#deployment-podantiaffinity-weight)[deployment.podAntiAffinity.weight](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.podAntiAffinity.weight)

Weight for `soft` anti-affinity rules. Does not apply for other anti-affinity types.

**Default:** `100`

### [](#deployment-priorityclassname)[deployment.priorityClassName](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.priorityClassName)

PriorityClassName given to Pods of this Deployment. For details, see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass).

**Default:** `""`

### [](#deployment-progressdeadlineseconds)[deployment.progressDeadlineSeconds](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.progressDeadlineSeconds)

The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused.

**Default:** `600`

### [](#deployment-readinessprobe-failurethreshold)[deployment.readinessProbe.failureThreshold](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.readinessProbe.failureThreshold)

**Default:** `2`

### [](#deployment-readinessprobe-initialdelayseconds)[deployment.readinessProbe.initialDelaySeconds](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.readinessProbe.initialDelaySeconds)

**Default:** `60`

### [](#deployment-readinessprobe-periodseconds)[deployment.readinessProbe.periodSeconds](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.readinessProbe.periodSeconds)

**Default:** `10`

### [](#deployment-readinessprobe-successthreshold)[deployment.readinessProbe.successThreshold](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.readinessProbe.successThreshold)

**Default:** `3`

### [](#deployment-readinessprobe-timeoutseconds)[deployment.readinessProbe.timeoutSeconds](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.readinessProbe.timeoutSeconds)

**Default:** `5`

### [](#deployment-restartpolicy)[deployment.restartPolicy](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.restartPolicy)

**Default:** `"Always"`

### [](#deployment-revisionhistorylimit)[deployment.revisionHistoryLimit](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.revisionHistoryLimit)

The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified.

**Default:** `10`

### [](#deployment-schedulername)[deployment.schedulerName](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.schedulerName)

**Default:** `""`

### [](#deployment-securitycontext-fsgroup)[deployment.securityContext.fsGroup](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.securityContext.fsGroup)

**Default:** `101`

### [](#deployment-securitycontext-fsgroupchangepolicy)[deployment.securityContext.fsGroupChangePolicy](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.securityContext.fsGroupChangePolicy)

**Default:** `"OnRootMismatch"`

### [](#deployment-securitycontext-runasuser)[deployment.securityContext.runAsUser](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.securityContext.runAsUser)

**Default:** `101`

### [](#deployment-strategy-type)[deployment.strategy.type](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.strategy.type)

**Default:** `"RollingUpdate"`

### [](#deployment-terminationgraceperiodseconds)[deployment.terminationGracePeriodSeconds](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.terminationGracePeriodSeconds)

**Default:** `30`

### [](#deployment-tolerations)[deployment.tolerations](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.tolerations)

Taints to be tolerated by Pods of this Deployment. These tolerations override the global tolerations value. For details, see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/).

**Default:** `[]`

### [](#deployment-topologyspreadconstraints0-maxskew)[deployment.topologySpreadConstraints\[0\].maxSkew](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.topologySpreadConstraints%5B0%5D.maxSkew)

**Default:** `1`

### [](#deployment-topologyspreadconstraints0-topologykey)[deployment.topologySpreadConstraints\[0\].topologyKey](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.topologySpreadConstraints%5B0%5D.topologyKey)

**Default:**

"topology.kubernetes.io/zone"

### [](#deployment-topologyspreadconstraints0-whenunsatisfiable)[deployment.topologySpreadConstraints\[0\].whenUnsatisfiable](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=deployment.topologySpreadConstraints%5B0%5D.whenUnsatisfiable)

**Default:** `"ScheduleAnyway"`

### [](#fullnameoverride)[fullnameOverride](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=fullnameOverride)

Override `connectors.fullname` template.

**Default:** `""`

### [](#image)[image](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=image)

Redpanda Docker image settings.

**Default:**

{"pullPolicy":"IfNotPresent","repository":"docker.redpanda.com/redpandadata/connectors","tag":""}

### [](#image-pullpolicy)[image.pullPolicy](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=image.pullPolicy)

The imagePullPolicy. If `image.tag` is ``latest', the default is `Always``.

**Default:** `"IfNotPresent"`

### [](#image-repository)[image.repository](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=image.repository)

Docker repository from which to pull the Redpanda Docker image.

**Default:**

"docker.redpanda.com/redpandadata/connectors"

### [](#image-tag)[image.tag](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=image.tag)

The Redpanda version. See DockerHub for: [All stable versions](https://hub.docker.com/r/redpandadata/redpanda/tags) and [all unstable versions](https://hub.docker.com/r/redpandadata/redpanda-unstable/tags).

**Default:** `Chart.appVersion`.

### [](#imagepullsecrets)[imagePullSecrets](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=imagePullSecrets)

Pull secrets may be used to provide credentials to image repositories See [https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)

**Default:** `[]`

### [](#logging)[logging](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=logging)

Log-level settings.

**Default:** `{"level":"warn"}`

### [](#logging-level)[logging.level](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=logging.level)

Log level Valid values (from least to most verbose) are: `error`, `warn`, `info` and `debug`.

**Default:** `"warn"`

### [](#monitoring)[monitoring](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=monitoring)

Monitoring. When set to `true`, the Helm chart creates a PodMonitor that can be used by Prometheus-Operator or VictoriaMetrics-Operator to scrape the metrics.

**Default:**

{"annotations":{},"enabled":false,"labels":{},"namespaceSelector":{"any":true},"scrapeInterval":"30s"}

### [](#nameoverride)[nameOverride](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=nameOverride)

Override `connectors.name` template.

**Default:** `""`

### [](#service)[service](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=service)

Service management.

**Default:**

{"annotations":{},"name":"","ports":\[{"name":"prometheus","port":9404}\]}

### [](#service-annotations)[service.annotations](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=service.annotations)

Annotations to add to the Service.

**Default:** `{}`

### [](#service-name)[service.name](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=service.name)

The name of the service to use. If not set, a name is generated using the `connectors.fullname` template.

**Default:** `""`

### [](#serviceaccount)[serviceAccount](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=serviceAccount)

ServiceAccount management.

**Default:**

{"annotations":{},"automountServiceAccountToken":false,"create":false,"name":""}

### [](#serviceaccount-annotations)[serviceAccount.annotations](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=serviceAccount.annotations)

Annotations to add to the ServiceAccount.

**Default:** `{}`

### [](#serviceaccount-automountserviceaccounttoken)[serviceAccount.automountServiceAccountToken](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=serviceAccount.automountServiceAccountToken)

Specifies whether a service account should automount API-Credentials

**Default:** `false`

### [](#serviceaccount-create)[serviceAccount.create](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=serviceAccount.create)

Specifies whether a ServiceAccount should be created.

**Default:** `false`

### [](#serviceaccount-name)[serviceAccount.name](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=serviceAccount.name)

The name of the ServiceAccount to use. If not set and `serviceAccount.create` is `true`, a name is generated using the `connectors.fullname` template.

**Default:** `""`

### [](#storage-volumemounts0-mountpath)[storage.volumeMounts\[0\].mountPath](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=storage.volumeMounts%5B0%5D.mountPath)

**Default:** `"/tmp"`

### [](#storage-volumemounts0-name)[storage.volumeMounts\[0\].name](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=storage.volumeMounts%5B0%5D.name)

**Default:** `"rp-connect-tmp"`

### [](#storage-volume0-emptydir-medium)[storage.volume\[0\].emptyDir.medium](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=storage.volume%5B0%5D.emptyDir.medium)

**Default:** `"Memory"`

### [](#storage-volume0-emptydir-sizelimit)[storage.volume\[0\].emptyDir.sizeLimit](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=storage.volume%5B0%5D.emptyDir.sizeLimit)

**Default:** `"5Mi"`

### [](#storage-volume0-name)[storage.volume\[0\].name](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=storage.volume%5B0%5D.name)

**Default:** `"rp-connect-tmp"`

### [](#test-create)[test.create](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=test.create)

**Default:** `true`

### [](#tolerations)[tolerations](https://artifacthub.io/packages/helm/redpanda-data/connectors?modal=values&path=tolerations)

Taints to be tolerated by Pods. For details, see the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/).

**Default:** `[]`