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

This commit is contained in:
Slava Semushin
2017-08-21 15:28:28 +02:00
committed by Andrew Chen
parent 3cc885a3b9
commit 1f5b64b24f
@@ -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`