Add line break between commands

Currently the second command seems to "disappear" between the two outputs. This change tries to mitigate it.
This commit is contained in:
Eyal Levin
2016-07-17 15:16:44 +03:00
committed by GitHub
parent 1d24f26a77
commit 3676d73665
+1
View File
@@ -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