2022-11-30 14:25:47 +13:00
|
|
|
# LibHelm
|
|
|
|
|
|
|
|
A helm abstraction for Portainer.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
```sh
|
2022-12-05 10:38:16 +13:00
|
|
|
go get github.com/portainer/portainer/pkg/libhelm
|
2022-11-30 14:25:47 +13:00
|
|
|
```
|
|
|
|
|
|
|
|
## Tests
|
|
|
|
|
|
|
|
### Integration
|
|
|
|
|
|
|
|
```sh
|
|
|
|
INTEGRATION_TEST=1 go test binary/*.go
|
|
|
|
```
|