Commit 4080cc6b authored by Johan Thomsen's avatar Johan Thomsen
Browse files

nixos/tests/kubernetes: bump featureGates used in test, to work with v1.34

parent c86ea2bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -85,8 +85,8 @@ let
              # the future, see link below to find new ones
              # https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/
              featureGates = {
                AnonymousAuthConfigurableEndpoints = true;
                ConsistentListFromCache = false;
                AllowParsingUserUIDFromCertAuth = true;
                ClusterTrustBundle = false;
              };
              masterAddress = "${masterName}.${config.networking.domain}";
            };