new here, fixing very minor typo (#1121)

This commit is contained in:
jfreeland 2020-02-25 17:33:35 -08:00 committed by GitHub
parent f1bdb65777
commit 8acbbc596d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ Helmfile overrides the `releases` array with the latest layer so the resulting s
```yaml
releases:
# metricbeat release disappeared! but that's how helmfiel works
# metricbeat release disappeared! but that's how helmfile works
- name: myapp
chart: mychart
```