mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/kubernetes: don't enable all alpha feature gates for the test cases
This commit is contained in:
parent
087ca2ee98
commit
d2048b0d7e
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ with pkgs.lib;
|
|||
let
|
||||
base = {
|
||||
inherit roles;
|
||||
featureGates = ["AllAlpha"];
|
||||
flannel.enable = true;
|
||||
addons.dashboard.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue