Skip to content

Commit

Permalink
fix: Correct formatting of ConfigMap example in Kubernetes introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf committed Sep 12, 2024
1 parent e1f6cd8 commit b29f919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kubernetes/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ ConfigMap enables environment specific configuration to be decoupled from the co
Thee are two ways to primary style to create a ConfigMap:

- Property like Keys (MYAPP_COLOR=blue) - This is useful when we want to use the ConfigMap as environment variables.
- File like Keys (conf.yml = <multi line string>) - This is useful when we want to use the ConfigMap as a file.
- File like Keys `(conf.yml = <multi line string>)` - This is useful when we want to use the ConfigMap as a file.


File like style:
Expand Down

0 comments on commit b29f919

Please sign in to comment.