Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Feb 12, 2020
1 parent ef484d2 commit 3cf0631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/devops/kubernetes/helm/helm_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ helm delete --purge {{ release_name }}

## Working with repositories

### List repos
### List repositories
```bash
helm repo list
```

### Add repo
### Add repository
```bash
helm repo add {{ repo_name }} {{ repo_url }}
```
Expand Down

0 comments on commit 3cf0631

Please sign in to comment.