From ecfd295c8b2d8bf21e7f273c0f341d885f121023 Mon Sep 17 00:00:00 2001 From: XsWack Date: Tue, 3 Oct 2017 08:09:46 +0800 Subject: [PATCH] Update distribute-credentials-secure.md (#5169) remove extra blank and format the command line --- .../distribute-credentials-secure.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tasks/inject-data-application/distribute-credentials-secure.md b/docs/tasks/inject-data-application/distribute-credentials-secure.md index c85ea16a29..c85532fe86 100644 --- a/docs/tasks/inject-data-application/distribute-credentials-secure.md +++ b/docs/tasks/inject-data-application/distribute-credentials-secure.md @@ -101,11 +101,11 @@ Here is a configuration file you can use to create a Pod: `/etc/secret-volume`. In your shell, go to the directory where the secret data is exposed: - root@secret-test-pod:/# cd /etc/secret-volume + root@secret-test-pod:/# cd /etc/secret-volume 1. In your shell, list the files in the `/etc/secret-volume` directory: - root@secret-test-pod:/etc/secret-volume# ls + root@secret-test-pod:/etc/secret-volume# ls The output shows two files, one for each piece of secret data: @@ -113,7 +113,7 @@ is exposed: 1. In your shell, display the contents of the `username` and `password` files: - root@secret-test-pod:/etc/secret-volume# cat username; echo; cat password; echo + root@secret-test-pod:/etc/secret-volume# cat username; echo; cat password; echo The output is your username and password: