mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
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:
commit
78bcfd05df
@ -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
Block a user