Skip to content

Commit 1d3f64a

Browse files
Update index.md
1 parent 2c60425 commit 1d3f64a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/configmap/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ or used to store configuration data for system components such as controllers.
1919
to [Secrets](/docs/user-guide/secrets/), but designed to more conveniently support working with strings that do not
2020
contain sensitive information.
2121

22-
Note: ConfigMaps are not intended to act as a replacement for a properties file. ConfigMaps are more intended to act a reference to multipe propertie files. You can think of them as way to represent something similar to the /etc directory and all it's files on a Linux computer. This model for ConfigMaps becomes especially apparent when looking at creating Volumes from ConfigMaps. Each data item in the ConfigMap becomes a new file.
22+
Note: ConfigMaps are not intended to act as a replacement for a properties file. ConfigMaps are intended to act as a reference to multiple properties files. You can think of them as way to represent something similar to the /etc directory, and the files within, on a Linux computer. One example of this model is creating Kubernetes Volumes from ConfigMaps, where each data item in the ConfigMap becomes a new file.
2323

24-
Let's look at a made-up example:
24+
Consider the following example:
2525

2626
```yaml
2727
kind: ConfigMap

0 commit comments

Comments
 (0)