Skip to content

Commit

Permalink
Add install of helm-util to docs
Browse files Browse the repository at this point in the history
* Update helm.mdx

For clarity, include the `jb install` command for those following the example.

* One more sentence.

Co-authored-by: malcolmholmes <42545407+malcolmholmes@users.noreply.github.com>
  • Loading branch information
justinwalz and malcolmholmes authored Oct 6, 2020
1 parent a18afbf commit 614245c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docs/helm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ resource definition, you can still consume Helm resources, as described below.

Helm support is provided using the
[`github.com/grafana/jsonnet-libs/helm-util`](https://github.com/grafana/jsonnet-libs/tree/master/helm-util)
library.
library. Install it with:
```bash
jb install github.com/grafana/jsonnet-libs/helm-util
```

The following example shows how to extract the individual resources of the
[`grafana`](https://hub.helm.sh/charts/grafana/grafana) Helm Chart:

Expand Down

0 comments on commit 614245c

Please sign in to comment.