Added additional information about retrieving a secret (#5198)

This commit is contained in:
Chris Stryczynski
2017-08-25 20:56:29 +01:00
committed by Steve Perry
parent bb3437058b
commit 4ae4607f6c
+1 -1
View File
@@ -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