Skip to content

Commit

Permalink
Merge pull request #4 from vdice/docs/readme-updates
Browse files Browse the repository at this point in the history
docs(*): s/helm/helm3 in README, testdata
  • Loading branch information
MChorfa authored May 6, 2020
2 parents 9b4bd9e + 59f0990 commit 8e58a93
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ porter mixin install helm3 --feed-url https://mchorfa.github.com/porter-helm3/at
Helm client

```yaml
- helm:
- helm3:
clientVersion: v3.1.2
```
Repositories
```yaml
- helm:
- helm3:
repositories:
stable:
url: "https://kubernetes-charts.storage.googleapis.com"
Expand All @@ -41,7 +41,7 @@ Install
```yaml
install:
- helm:
- helm3:
description: "Description of the command"
name: RELEASE_NAME
chart: STABLE_CHART_NAME
Expand All @@ -59,7 +59,7 @@ Upgrade
```yaml
install:
- helm:
- helm3:
description: "Description of the command"
name: RELEASE_NAME
chart: STABLE_CHART_NAME
Expand All @@ -77,7 +77,7 @@ Uninstall
```yaml
uninstall:
- helm:
- helm3:
description: "Description of command"
namespace: NAMESPACE
releases:
Expand All @@ -102,7 +102,7 @@ Install
```yaml
install:
- helm:
- helm3:
description: "Install MySQL"
name: mydb
chart: stable/mysql
Expand All @@ -125,7 +125,7 @@ Upgrade
```yaml
upgrade:
- helm:
- helm3:
description: "Upgrade MySQL"
name: porter-ci-mysql
chart: stable/mysql
Expand All @@ -144,7 +144,7 @@ Uninstall
```yaml
uninstall:
- helm:
- helm3:
description: "Uninstall MySQL"
namespace: mydb
releases:
Expand Down
2 changes: 1 addition & 1 deletion pkg/helm3/testdata/build-input-with-version.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config:
version: v3.1.2
install:
- helm:
- helm3:
description: "Install MySQL"
name: porter-ci-mysql
chart: stable/mysql
Expand Down

1 comment on commit 8e58a93

@MChorfa
Copy link
Owner Author

@MChorfa MChorfa commented on 8e58a93 May 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vdice Thank You :)

Please sign in to comment.