encrypt-data.md: fix name of the secret in kubectl command.

reviewable/pr4956/r3
Slava Semushin 2017-08-21 15:28:28 +02:00 committed by Andrew Chen
parent 3cc885a3b9
commit 1f5b64b24f
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ program to retrieve the contents of your secret.
4. Verify the secret is correctly decrypted when retrieved via the API:
```
kubectl describe secret generic -n default
kubectl describe secret secret1 -n default
```
should match `mykey: mydata`