From bc83d84b94423d8fbdf1c37d15f87f0c39007d13 Mon Sep 17 00:00:00 2001 From: Joseph Woodward Date: Thu, 19 Feb 2026 09:55:22 +0000 Subject: [PATCH] docs: document template expression support in Connect --- charts/connect/README.md | 4 ++-- charts/connect/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/connect/README.md b/charts/connect/README.md index 8551f3c092..b5483c2094 100644 --- a/charts/connect/README.md +++ b/charts/connect/README.md @@ -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:** `[]` diff --git a/charts/connect/values.yaml b/charts/connect/values.yaml index 2fde4d825c..5aa2a08da3 100644 --- a/charts/connect/values.yaml +++ b/charts/connect/values.yaml @@ -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 @@ -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