johbo / k0s-nix

Nix Flake to support k0s in NixOS
Other
15 stars 5 forks source link

Missing ability to specify values for helm charts in extensions #10

Open vangourd opened 3 weeks ago

vangourd commented 3 weeks ago

Looking at the extensions file I feel like there's a mkOption missing for values to be added here?

https://github.com/johbo/k0s-nix/blob/main/nixos/extensions.nix

K0S supports specifying chart values in the config so maybe there's another way to specify this.

Can anyone advise if this is true?

vangourd commented 3 weeks ago

I've created a PR to add this option which allows passing a string of YAML into the k0s config which is then passed to the chart.

https://github.com/johbo/k0s-nix/pull/11