diff --git a/clusters/k2/default.nix b/clusters/k2/default.nix index 6f09bc4..fe45c8f 100644 --- a/clusters/k2/default.nix +++ b/clusters/k2/default.nix @@ -1,7 +1,7 @@ with import {}; let settings = { - clusterName = "kube2"; + clusterName = "k2"; master = { name = "k2-0"; address = "10.253.18.114"; extraSANs = [ "k2.itpartner.no" ];