0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/kubernetes: amend dns addon clusterDns list

With 24.11, this is the required type, and we rely on this for the NixOS
tests
This commit is contained in:
Sarah Brofeldt 2024-09-01 15:10:29 +02:00
parent 2d54b2b048
commit a1863c871e

View file

@ -366,7 +366,7 @@ in {
};
};
services.kubernetes.kubelet.clusterDns = mkDefault cfg.clusterIp;
services.kubernetes.kubelet.clusterDns = mkDefault [ cfg.clusterIp ];
};
meta.buildDocsInSandbox = false;