Merge pull request #26337 from xieyanker/patch-1

Fix delete secret
This commit is contained in:
Kubernetes Prow Robot
2021-02-01 03:37:49 -08:00
committed by GitHub
@@ -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" %}}