Update helm.md: "helm list" after "helm install"

Execute helm list after helm install to display installed charts and associated infos.
This commit is contained in:
Romain Dégez
2019-01-15 11:35:01 +01:00
committed by Jerome Petazzoni
parent f6d154cb84
commit da13946ba0

View File

@@ -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