From f7cb097db4b5107b7a476f725c16728ec968ddad Mon Sep 17 00:00:00 2001 From: hongkunyoo Date: Wed, 12 Dec 2018 08:55:07 +0900 Subject: [PATCH] Remove duplicated content. (#11447) In distribute-credentials-secure.md, It seems it has duplicated content with line from #82 to #85. --- .../distribute-credentials-secure.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/content/en/docs/tasks/inject-data-application/distribute-credentials-secure.md b/content/en/docs/tasks/inject-data-application/distribute-credentials-secure.md index 7b17ba4368..6f344d21f9 100644 --- a/content/en/docs/tasks/inject-data-application/distribute-credentials-secure.md +++ b/content/en/docs/tasks/inject-data-application/distribute-credentials-secure.md @@ -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