1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00
portainer/api/pkg/libhelm/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
200 B
Markdown
Raw Normal View History

2022-11-30 14:25:47 +13:00
# LibHelm
A helm abstraction for Portainer.
## Installation
```sh
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
```