mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
9 lines
239 B
Markdown
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
|
|
```
|