1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00
portainer/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

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