Skip to content

Commit

Permalink
docs: fix typo (#1645)
Browse files Browse the repository at this point in the history
* docs: fix typo

* docs: syntax highlight
  • Loading branch information
suzuki-shunsuke authored Jan 12, 2021
1 parent 87fcd83 commit 33880da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/writing-helmfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ Please note, that it is not possible to layer `values` sections. If `values` is

> See **Layering State Template Files** if you're layering templates.

You may occasionally end up with many helmfiles that shares common parts like which repositories to use, and whichi release to be bundled by default.
You may occasionally end up with many helmfiles that shares common parts like which repositories to use, and which release to be bundled by default.

Use Layering to extract the common parts into a dedicated *library helmfile*s, so that each helmfile becomes DRY.

Let's assume that your `helmfile.yaml` looks like:

```
```yaml
bases:
- environments.yaml
Expand Down

0 comments on commit 33880da

Please sign in to comment.