summary refs log tree commit diff
path: root/nixos/tests/kubernetes
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-12-14 11:03:48 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-12-30 18:51:03 +1000
commit45dbb95515563a067ca1bfa3f7474e6503e5f705 (patch)
tree7d7d516334db27a020407dfd7186a9bcfb871ec9 /nixos/tests/kubernetes
parentea7127b4ba90b889375a89694bbcd25c097b815d (diff)
downloadnixpkgs-45dbb95515563a067ca1bfa3f7474e6503e5f705.tar
nixpkgs-45dbb95515563a067ca1bfa3f7474e6503e5f705.tar.gz
nixpkgs-45dbb95515563a067ca1bfa3f7474e6503e5f705.tar.bz2
nixpkgs-45dbb95515563a067ca1bfa3f7474e6503e5f705.tar.lz
nixpkgs-45dbb95515563a067ca1bfa3f7474e6503e5f705.tar.xz
nixpkgs-45dbb95515563a067ca1bfa3f7474e6503e5f705.tar.zst
nixpkgs-45dbb95515563a067ca1bfa3f7474e6503e5f705.zip
nixos/kubernetes: remove dashboard
Diffstat (limited to 'nixos/tests/kubernetes')
-rw-r--r--nixos/tests/kubernetes/base.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/kubernetes/base.nix b/nixos/tests/kubernetes/base.nix
index 1f23ca55fb2..e1736f6fe17 100644
--- a/nixos/tests/kubernetes/base.nix
+++ b/nixos/tests/kubernetes/base.nix
@@ -51,7 +51,6 @@ let
               environment.systemPackages = [ kubectl ];
               services.flannel.iface = "eth1";
               services.kubernetes = {
-                addons.dashboard.enable = true;
                 proxy.hostname = "${masterName}.${domain}";
 
                 easyCerts = true;