From 3676d73665ded55b55e357104914860fa5950766 Mon Sep 17 00:00:00 2001 From: Eyal Levin Date: Sun, 17 Jul 2016 15:16:44 +0300 Subject: [PATCH] Add line break between commands Currently the second command seems to "disappear" between the two outputs. This change tries to mitigate it. --- docs/user-guide/secrets/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-guide/secrets/index.md b/docs/user-guide/secrets/index.md index 3ab0ca8e38..822cd1399b 100644 --- a/docs/user-guide/secrets/index.md +++ b/docs/user-guide/secrets/index.md @@ -66,6 +66,7 @@ You can check that the secret was created like this: $ kubectl get secrets NAME TYPE DATA AGE db-user-pass Opaque 2 51s + $ kubectl describe secrets/db-user-pass Name: db-user-pass Namespace: default