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
commit 78bcfd05df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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