Merge pull request #52365 from johanot/nixos-kubernetes-disable-alpha-feature-gates

nixos/kubernetes: don't enable all alpha feature gates for the kubernetes tests
This commit is contained in:
Sarah Brofeldt
2018-12-16 14:41:15 +01:00
committed by GitHub

View File

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