Skip to content

Commit a37ee3a

Browse files
authored
Merge pull request #31080 from glongzh/main
Update configmap docs with subpath limitation
2 parents 18758d7 + b56ba23 commit a37ee3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/concepts/configuration/configmap.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,10 @@ propagation delay, where the cache propagation delay depends on the chosen cache
239239

240240
ConfigMaps consumed as environment variables are not updated automatically and require a pod restart.
241241

242+
{{< note >}}
243+
A container using a ConfigMap as a [subPath](/docs/concepts/storage/volumes#using-subpath) volume mount will not receive ConfigMap updates.
244+
{{< /note >}}
245+
242246
## Immutable ConfigMaps {#configmap-immutable}
243247

244248
{{< feature-state for_k8s_version="v1.21" state="stable" >}}

0 commit comments

Comments
 (0)