Name |
---|
mattray |
toscott |
brito-rafa |
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 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