Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,13 @@ Names of Secrets or ConfigMaps that contain environment variables to pass to the

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

Additional volume mounts for the container.
Additional volume mounts for the container. Helm template expressions are supported and will be evaluated before rendering.

**Default:** `[]`

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

Additional volumes to add to the Pod.
Additional volumes to add to the Pod. Helm template expressions are supported and will be evaluated before rendering.

**Default:** `[]`

Expand Down
4 changes: 2 additions & 2 deletions charts/connect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ updateStrategy: {}
# rollingUpdate:
# maxUnavailable: 1

# -- Additional volumes to add to the Pod.
# -- Additional volumes to add to the Pod. Helm template expressions are supported and will be evaluated before rendering.
extraVolumes:
[]
# - name: config-map
Expand All @@ -246,7 +246,7 @@ extraVolumes:
# secret:
# secretName: s-name

# -- Additional volume mounts for the container.
# -- Additional volume mounts for the container. Helm template expressions are supported and will be evaluated before rendering.
extraVolumeMounts:
[]
# - name: config-map
Expand Down