encrypt-data.md: fix name of the secret in kubectl command.
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`
|
||||
|
|
Loading…
Reference in New Issue