kubenix/docs/content/examples/helm/_index.md

10 lines
239 B
Markdown
Raw Normal View History

2022-08-29 02:04:47 -04:00
To define a helm release, use the {{< option "kubernetes.helm.releases" >}} option.
{{< source "default.nix" >}}
Fetch and render the chart just as we did with plain manifests:
```sh
nix eval -f . --json config.kubernetes.generated
```