Build the cilium manifest automatically in nix.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user