From 08fbeb5953b9cae508834b0e55a694a2d49dec44 Mon Sep 17 00:00:00 2001 From: Sylvain COULOMBEL Date: Mon, 16 Nov 2020 18:54:40 +0100 Subject: [PATCH] Use configmap inside a k8s pod command, as entrypoint is docker specific --- content/en/docs/concepts/configuration/configmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/configmap.md b/content/en/docs/concepts/configuration/configmap.md index d6abd186b9..613ff70ee5 100644 --- a/content/en/docs/concepts/configuration/configmap.md +++ b/content/en/docs/concepts/configuration/configmap.md @@ -88,7 +88,7 @@ data: There are four different ways that you can use a ConfigMap to configure a container inside a Pod: -1. Command line arguments to the entrypoint of a container +1. Inside a container command and args 1. Environment variables for a container 1. Add a file in read-only volume, for the application to read 1. Write code to run inside the Pod that uses the Kubernetes API to read a ConfigMap