From da13946ba08960d0ae9b0a179125e2058318e936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20D=C3=A9gez?= Date: Tue, 15 Jan 2019 11:35:01 +0100 Subject: [PATCH] Update helm.md: "helm list" after "helm install" Execute helm list after helm install to display installed charts and associated infos. --- slides/k8s/helm.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/slides/k8s/helm.md b/slides/k8s/helm.md index 4ca6c789..04feccd6 100644 --- a/slides/k8s/helm.md +++ b/slides/k8s/helm.md @@ -164,6 +164,21 @@ The chart's metadata includes an URL to the project's home page. --- +## Viewing installed charts + +- Helm keeps track of what we've installed + +.exercise[ + +- List installed Helm charts: + ```bash + helm list + ``` + +] + +--- + ## Creating a chart - We are going to show a way to create a *very simplified* chart