Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.82 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.82 KB

OpenCost Helm Chart

License Chart Publish Releases downloads Artifact HUB

Maintainers

Name
mattray
toscott
brito-rafa

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

helm repo add opencost https://opencost.github.io/opencost-helm-chart

See the Chart Documentation for chart install instructions.

Testing

Testing your chart (optional)

Presumes you've got Helm unittest installed: (i.e. helm plugin install unittest) and that your in the root directory of your cloned repo:

helm unittest charts/opencost

Should produce a result like this:

### Chart [ opencost ] charts/opencost

 PASS  test deployment	charts/opencost/tests/deployment_test.yaml
 PASS  test deployment snapshot	charts/opencost/tests/opencost_test.yaml

Charts:      1 passed, 1 total
Test Suites: 2 passed, 2 total
Tests:       2 passed, 2 total
Snapshot:    1 passed, 1 total
Time:        31.011089ms

OpenCost Links