Skip to content

Commit

Permalink
Updated documentation to reflect how to run the plugin locally
Browse files Browse the repository at this point in the history
Signed-off-by: Idowu 'hydeenoble' Emehinola <hydeenoble39@gmail.com>
  • Loading branch information
hydeenoble committed Sep 8, 2022
1 parent ab0e9a4 commit 3f26bdd
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ IMAGE_NAME => helm-subenv
IMAGE_TAG => test
```
Substitute Env:
```
```bash
helm subenv -f values.yaml
```
Result:
Expand All @@ -77,9 +77,16 @@ image:
```

## Uninstall
```
```bash
helm plugin remove subenv
```

## Testing locally
To test locally, run the command below to build and run the binary:
> You need to have [Go](https://go.dev/) installed. Make sure to set `$GOPATH`
```bash
go build -o subenv && ./subenv -f </path/to/values/file>
```
## License

[MIT](LICENSE)
[MIT](LICENSE)

0 comments on commit 3f26bdd

Please sign in to comment.