Added additional information about retrieving a secret (#5198)
This commit is contained in:
committed by
Steve Perry
parent
bb3437058b
commit
4ae4607f6c
@@ -137,7 +137,7 @@ the option `-w 0` to `base64` commands or the pipeline `base64 | tr -d '\n'` if
|
|||||||
|
|
||||||
#### Decoding a Secret
|
#### 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
|
```shell
|
||||||
$ kubectl get secret mysecret -o yaml
|
$ kubectl get secret mysecret -o yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user