1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00
portainer/api/pkg/libhelm/README.md
Matt Hook d6a3fe23e9
feat(libhelm) update missed package paths [EE-4650] (#8134)
* add missing pkg paths

* fix go tests

* fixed pkg paths
2022-12-05 10:38:16 +13:00

17 lines
200 B
Markdown

# 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
```