From 25eb8099e5bf081e8553e0aa8be02018e84182e1 Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Thu, 14 Sep 2017 14:16:28 +0800 Subject: [PATCH] delete ConfigMap in secret --- docs/concepts/configuration/secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/configuration/secret.md b/docs/concepts/configuration/secret.md index 102eee8648..900ff46077 100644 --- a/docs/concepts/configuration/secret.md +++ b/docs/concepts/configuration/secret.md @@ -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 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 -default/mysecret ConfigMap that contains 2 invalid keys, 1badkey and 2alsobad. +default/mysecret that contains 2 invalid keys, 1badkey and 2alsobad. ```shell $ kubectl get events