You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
portainer/pkg/libhelm/README.md

18 lines
200 B

# LibHelm
A helm abstraction for Portainer.
## Installation
```sh
go get github.com/portainer/portainer/pkg/libhelm
```
## Tests
### Integration
```sh
INTEGRATION_TEST=1 go test binary/*.go
```