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