Merge pull request #25068 from scoulomb-dup-fork/cm
Use configmap inside a k8s pod command, as entrypoint is docker specificpull/25097/head
commit
cc0d8b78ad
|
@ -88,7 +88,7 @@ data:
|
||||||
There are four different ways that you can use a ConfigMap to configure
|
There are four different ways that you can use a ConfigMap to configure
|
||||||
a container inside a Pod:
|
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. Environment variables for a container
|
||||||
1. Add a file in read-only volume, for the application to read
|
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
|
1. Write code to run inside the Pod that uses the Kubernetes API to read a ConfigMap
|
||||||
|
|
Loading…
Reference in New Issue