Merge pull request #5451 from jianglingxia/jlx-91414

delete ConfigMap in secret
This commit is contained in:
Tim(Xiaoyu) Zhang
2017-09-22 08:40:22 +08:00
committed by GitHub
+1 -1
View File
@@ -442,7 +442,7 @@ that are considered invalid environment variable names will have those keys
skipped. The pod will be allowed to start. There will be an event whose skipped. The pod will be allowed to start. There will be an event whose
reason is `InvalidVariableNames` and the message will contain the list of reason is `InvalidVariableNames` and the message will contain the list of
invalid keys that were skipped. The example shows a pod which refers to the invalid keys that were skipped. The example shows a pod which refers to the
default/mysecret ConfigMap that contains 2 invalid keys, 1badkey and 2alsobad. default/mysecret that contains 2 invalid keys, 1badkey and 2alsobad.
```shell ```shell
$ kubectl get events $ kubectl get events