Commit a1863c87 authored by Sarah Brofeldt's avatar Sarah Brofeldt
Browse files

nixos/kubernetes: amend dns addon clusterDns list

With 24.11, this is the required type, and we rely on this for the NixOS
tests
parent 2d54b2b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -366,7 +366,7 @@ in {
      };
    };

    services.kubernetes.kubelet.clusterDns = mkDefault cfg.clusterIp;
    services.kubernetes.kubelet.clusterDns = mkDefault [ cfg.clusterIp ];
  };

  meta.buildDocsInSandbox = false;