this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor(flux): output manifest to file instead of directory

Khue Doan 56f74b33 d0db019d

+1 -2
+1 -2
infra/_modules/nixos/profiles/k3s-addons.nix
··· 16 16 source = pkgs.runCommand "flux-install-manifest" { 17 17 nativeBuildInputs = [ pkgs.fluxcd ]; 18 18 } '' 19 - mkdir -p $out 20 19 flux install \ 21 20 --components=source-controller,kustomize-controller,helm-controller \ 22 - --export > $out/flux.yaml 21 + --export > $out 23 22 ''; 24 23 }; 25 24 registry-namespace = {