kubenix/docs/content/examples/helm/_index.md
2022-08-29 02:04:47 -04:00

9 lines
239 B
Markdown

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