From 5e9207e88df86470d9087f3ff380317ceb39c4eb Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Mon, 29 Jul 2019 19:04:26 +0100 Subject: [PATCH] Fix "kubectl --k" typo (#15558) --- content/en/docs/concepts/configuration/secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/secret.md b/content/en/docs/concepts/configuration/secret.md index ac0fe5415912f..6c15dc8bedb31 100644 --- a/content/en/docs/concepts/configuration/secret.md +++ b/content/en/docs/concepts/configuration/secret.md @@ -865,7 +865,7 @@ EOF Apply all those objects on the Apiserver by ```shell -kubectl apply --k . +kubectl apply -k . ``` Both containers will have the following files present on their filesystems with the values for each container's environment: