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
|
||||
base = {
|
||||
inherit roles;
|
||||
featureGates = ["AllAlpha"];
|
||||
flannel.enable = true;
|
||||
addons.dashboard.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue