From 4ae4607f6c3747f6db5628ea3748f586fbe42e67 Mon Sep 17 00:00:00 2001 From: Chris Stryczynski Date: Fri, 25 Aug 2017 20:56:29 +0100 Subject: [PATCH] Added additional information about retrieving a secret (#5198) --- 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 0a673537a4..23a1dc1401 100644 --- a/docs/concepts/configuration/secret.md +++ b/docs/concepts/configuration/secret.md @@ -137,7 +137,7 @@ the option `-w 0` to `base64` commands or the pipeline `base64 | tr -d '\n'` if #### Decoding a Secret -Get back the secret created in the previous section: +Secrets can be retrieved via the `kubectl get secret` command. For example, to retrieve the secret created in the previous section: ```shell $ kubectl get secret mysecret -o yaml