Skip to content

Commit cc0d8b7

Browse files
authored
Merge pull request #25068 from scoulomb-dup-fork/cm
Use configmap inside a k8s pod command, as entrypoint is docker specific
2 parents 077f3a4 + 08fbeb5 commit cc0d8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/configuration/configmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ data:
8888
There are four different ways that you can use a ConfigMap to configure
8989
a container inside a Pod:
9090
91-
1. Command line arguments to the entrypoint of a container
91+
1. Inside a container command and args
9292
1. Environment variables for a container
9393
1. Add a file in read-only volume, for the application to read
9494
1. Write code to run inside the Pod that uses the Kubernetes API to read a ConfigMap

0 commit comments

Comments
 (0)