Skip to content

Commit

Permalink
fix №
Browse files Browse the repository at this point in the history
  • Loading branch information
zhilyaev committed Mar 17, 2021
1 parent fd25551 commit 42fae17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/examples/quick-start/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# 🔰 Quick Start

1. **[install helmwave](/install)**
1) **[install helmwave](/install)**

2. **create helmwave.yml.tpl**
2) **create helmwave.yml.tpl**

Suppose the `helmwave.yml.tpl` representing the desired state of your helm releases looks like:

```yaml
{% include "helmwave.yml.tpl" %}
```

3. **run helmwave**
3) **run helmwave**

```shell
$ helmwave deploy
Expand All @@ -24,7 +24,7 @@ Output will be like that:
[🙃 aka INFO]: Success 2 / 2
```

4. **check**
4) **check**

```shell
$ helm list -n my-namespace
Expand Down

0 comments on commit 42fae17

Please sign in to comment.