Skip to content

Commit f85721b

Browse files
committed
helm: use common template
1 parent 3a26728 commit f85721b

20 files changed

+46
-3
lines changed

topics/helm/README.md

+46-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,49 @@
1-
# How to install Helm
1+
## What is Helm?
2+
3+
### Overview
4+
5+
- Helm is the package manager for Kubernetes
6+
7+
### Helm workflow
8+
9+
- None
10+
11+
### Official website documentation of Helm
12+
13+
- https://helm.sh/docs/
14+
15+
## Prerequisites
16+
17+
- None
18+
19+
## Installation
20+
21+
### How to install Helm?
22+
223
- https://helm.sh/docs/intro/install/
3-
# Helm quick start guide
24+
25+
## Basics of Helm
26+
27+
### Helm quick start
28+
429
- https://helm.sh/docs/intro/quickstart/
5-
# Helm cheatsheet
30+
31+
### Helm Hello World
32+
33+
- Check the [basic/](./basic/) directory to create a simple Helm demo.
34+
35+
## Beyond the Basics
36+
37+
### Hands-On Example
38+
39+
- Check the [advanced/](./advanced/) directory for more Helm examples.
40+
41+
## More...
42+
43+
### Helm cheatsheet
44+
645
- https://helm.sh/docs/intro/cheatsheet/
46+
47+
### Recommended Books
48+
49+
- TODO

0 commit comments

Comments
 (0)