diff --git a/infrastructure/quick-deploy/aws/parameters.tfvars b/infrastructure/quick-deploy/aws/parameters.tfvars index af78cc07f..51c38f308 100644 --- a/infrastructure/quick-deploy/aws/parameters.tfvars +++ b/infrastructure/quick-deploy/aws/parameters.tfvars @@ -464,9 +464,7 @@ compute_plane = { # Default partition that uses the C# extension for the worker default = { node_selector = { - platform = "windows" - "kubernetes.io/os" = "windows" - "kubernetes.io/arch" = "amd64" + service = "workers" } # number of replicas for each deployment of compute plane replicas = 1