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