Fix delete secret

This commit is contained in:
xieyanker
2021-02-01 15:38:04 +08:00
committed by GitHub
parent 3d1dde4306
commit 663e149adb
@@ -187,7 +187,7 @@ Where `YWRtaW5pc3RyYXRvcg==` decodes to `administrator`.
To delete the Secret you have just created: To delete the Secret you have just created:
```shell ```shell
kubectl delete secret db-user-pass kubectl delete secret mysecret
``` ```
## {{% heading "whatsnext" %}} ## {{% heading "whatsnext" %}}