forked from mirrors/nixpkgs
nixos/kubernetes: don't enable all alpha feature gates for the test cases
This commit is contained in:
parent
087ca2ee98
commit
d2048b0d7e
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue