From 6029f4dc9325f436a2112fc4afa717329a2dd430 Mon Sep 17 00:00:00 2001 From: Luk Burchard Date: Mon, 11 Dec 2017 13:39:03 +0100 Subject: [PATCH] Fix helm ls in Quickstart --- docs/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 7cf3ccc66..52a7c800f 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -99,8 +99,8 @@ It's easy to see what has been released using Helm: ```console $ helm ls -NAME VERSION UPDATED STATUS CHART -smiling-penguin 1 Wed Sep 28 12:59:46 2016 DEPLOYED mysql-0.1.0 +NAME VERSION UPDATED                   STATUS   CHART +smiling-penguin 1 Wed Sep 28 12:59:46 2016 DEPLOYED mysql-0.1.0 ``` The `helm list` function will show you a list of all deployed releases.