Move the kubelet yaml config into nix.
This commit is contained in:
@@ -267,7 +267,15 @@ makeScope newScope (
|
||||
helm_namespace = "kube-system";
|
||||
helm_path = "charts/coredns";
|
||||
helm_manifest_name = "coredns.yaml";
|
||||
helm_values = { };
|
||||
helm_values = {
|
||||
"service" = {
|
||||
"clusterIP" = "fd00:3e42:e349::10";
|
||||
"clusterIPs" = [
|
||||
"fd00:3e42:e349::10"
|
||||
"10.197.0.10"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
));
|
||||
all_keys = (callPackage ./package/k8s-keys/package.nix additional_vars);
|
||||
|
||||
Reference in New Issue
Block a user