Build the cilium manifest automatically in nix.

This commit is contained in:
Tom Alexander
2025-12-29 19:11:55 -05:00
parent b504dc4d66
commit 58a2061c08
12 changed files with 83 additions and 1746 deletions

File diff suppressed because one or more lines are too long

View File

@@ -8,12 +8,10 @@
# installCheckPhase
# distPhase
{
config,
lib,
stdenv,
writeShellScript,
k8s,
openssh,
...
}:
let
@@ -30,7 +28,7 @@ let
lib.concatMapStringsSep "," lib.escapeShellArg (
[
./files/manifests/initial_clusterrole.yaml
./files/manifests/cilium.yaml
"${k8s.cilium-manifest}/cilium.yaml"
./files/manifests/coredns.yaml
./files/manifests/flux_namespace.yaml
./files/manifests/flux.yaml