mirror of
https://github.com/containers/podman.git
synced 2025-06-01 17:17:47 +08:00
Kube Play - Support multi-doc YAML files for configmap argument
Read the entire YAML file in case of a multi-doc file Adjust the unit test Add a system test Add comment in the man page Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
@ -174,6 +174,7 @@ Build images even if they are found in the local storage. Use `--build=false` to
|
||||
Use Kubernetes configmap YAML at path to provide a source for environment variable values within the containers of the pod. (This option is not available with the remote Podman client)
|
||||
|
||||
Note: The *--configmap* option can be used multiple times or a comma-separated list of paths can be used to pass multiple Kubernetes configmap YAMLs.
|
||||
The YAML file may be in a multi-doc YAML format. But, it must container only configmaps
|
||||
|
||||
#### **--context-dir**=*path*
|
||||
|
||||
|
Reference in New Issue
Block a user