Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ Once the update has been applied to an existing container and you will see the v

/mnt/configmap/<containername>/key2 with value as “value2”
```
### ConfigMaps in Linux Windows
### ConfigMaps in Windows Containers
Once the update has been applied to an existing container and you can fetch the configmap keyvalue pairs in the windows container by making the following call, without requiring a restart. These values are not mounted anywhere for windows containers, as is the case for linux.
```
Invoke-Expression "$Env:ConfigMapURI"
Expand Down