We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 077f3a4 + 08fbeb5 commit cc0d8b7Copy full SHA for cc0d8b7
content/en/docs/concepts/configuration/configmap.md
@@ -88,7 +88,7 @@ data:
88
There are four different ways that you can use a ConfigMap to configure
89
a container inside a Pod:
90
91
-1. Command line arguments to the entrypoint of a container
+1. Inside a container command and args
92
1. Environment variables for a container
93
1. Add a file in read-only volume, for the application to read
94
1. Write code to run inside the Pod that uses the Kubernetes API to read a ConfigMap
0 commit comments