Remove duplicated content. (#11447)

In distribute-credentials-secure.md,
It seems it has duplicated content with line from #82 to #85.
This commit is contained in:
hongkunyoo 2018-12-12 08:55:07 +09:00 committed by Kubernetes Prow Robot
parent 938881ea87
commit f7cb097db4
1 changed files with 0 additions and 7 deletions

View File

@ -43,13 +43,6 @@ username and password:
kubectl create -f https://k8s.io/docs/tasks/inject-data-application/secret.yaml
```
{{< note >}}
If you want to skip the Base64 encoding step, you can create a Secret by using the `kubectl create secret` command:
```shell
kubectl create secret generic test-secret --from-literal=username='my-app' --from-literal=password='39528$vdg7Jb'
```
{{< /note >}}
1. View information about the Secret:
kubectl get secret test-secret