Skip to content

Commit 19ab41d

Browse files
authored
Update configmap docs with subpath limitation
This note should be added to avoid confusion just as [Secrets](/docs/concepts//configuration/secret#mounted-secrets-are-updated-automatically)
1 parent 18758d7 commit 19ab41d

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 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)