Rename git01 to k8s0-3.

This commit is contained in:
Jonas Juselius
2018-04-11 13:00:32 +02:00
parent 08de5b4854
commit 72285487d6
2 changed files with 2 additions and 2 deletions

View File

@@ -189,9 +189,9 @@ in
services.kubernetes.addons.dns.enable = false;
};
git01 = { config, lib, pkgs, ... }:
k8s0-3 = { config, lib, pkgs, ... }:
let
base = baseConfig "git01";
base = baseConfig "k8s0-3";
in
{
deployment.targetHost = "10.253.18.103";