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:
parent
2d54b2b048
commit
a1863c871e
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
services.kubernetes.kubelet.clusterDns = mkDefault cfg.clusterIp;
|
||||
services.kubernetes.kubelet.clusterDns = mkDefault [ cfg.clusterIp ];
|
||||
};
|
||||
|
||||
meta.buildDocsInSandbox = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue