Add caution to behavior of --from-env-file (#17585)
* Add caution to behavior of --from-env-file * Reword warning to fix grammar
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
085ef61502
commit
d64b052a54
@@ -223,7 +223,11 @@ data:
|
||||
lives: "3"
|
||||
```
|
||||
|
||||
When passing `--from-env-file` multiple times to create a ConfigMap from multiple data sources, only the last env-file is used:
|
||||
{{< caution >}}
|
||||
When passing `--from-env-file` multiple times to create a ConfigMap from multiple data sources, only the last env-file is used.
|
||||
{{< /caution >}}
|
||||
|
||||
The behavior of passing `--from-env-file` multiple times is demonstrated by:
|
||||
|
||||
```shell
|
||||
# Download the sample files into `configure-pod-container/configmap/` directory
|
||||
|
||||
Reference in New Issue
Block a user