Helm and Helmfile: Difference between revisions
imported>Icodeforyou-dot-net Created page with "== HELM and HELMFILE == Using '''Helm''' and '''Helmfile''' on '''NixOS''' effectivly requires some minor setup. == HELM == The derivation for <code>helm</code> is in <code..." |
imported>Marcusramberg Simplified helmfile example |
||
| Line 131: | Line 131: | ||
}; | }; | ||
my-helmfile = | my-helmfile = pkgs.helmfile-wrapped.override { | ||
inherit (my-kubernetes-helm | inherit (my-kubernetes-helm) pluginsDir; | ||
}; | }; | ||
in | in | ||
{ | { | ||
environment.systemPackages = | environment.systemPackages = [ | ||
my-kubernetes-helm | my-kubernetes-helm | ||
my-helmfile | my-helmfile | ||