We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd25551 commit 42fae17Copy full SHA for 42fae17
1 file changed
docs/examples/quick-start/README.md
@@ -1,16 +1,16 @@
1
# 🔰 Quick Start
2
3
-1. **[install helmwave](/install)**
+1) **[install helmwave](/install)**
4
5
-2. **create helmwave.yml.tpl**
+2) **create helmwave.yml.tpl**
6
7
Suppose the `helmwave.yml.tpl` representing the desired state of your helm releases looks like:
8
9
```yaml
10
{% include "helmwave.yml.tpl" %}
11
```
12
13
-3. **run helmwave**
+3) **run helmwave**
14
15
```shell
16
$ helmwave deploy
@@ -24,7 +24,7 @@ Output will be like that:
24
[🙃 aka INFO]: Success 2 / 2
25
26
27
-4. **check**
+4) **check**
28
29
30
$ helm list -n my-namespace
0 commit comments