nixos/kubernetes: don't enable all alpha feature gates for the test cases

This commit is contained in:
Johan Thomsen 2018-12-16 13:41:48 +01:00
parent 087ca2ee98
commit d2048b0d7e

View file

@ -3,7 +3,6 @@ with pkgs.lib;
let let
base = { base = {
inherit roles; inherit roles;
featureGates = ["AllAlpha"];
flannel.enable = true; flannel.enable = true;
addons.dashboard.enable = true; addons.dashboard.enable = true;