From fbc5b20b6e36f685017a3b49020bc055884a4552 Mon Sep 17 00:00:00 2001 From: Patrik Votocek Date: Tue, 7 Mar 2017 20:55:00 +0100 Subject: [PATCH] typo --- core/controlplane/config/templates/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/controlplane/config/templates/cluster.yaml b/core/controlplane/config/templates/cluster.yaml index 2b000583d..1f87e9b4b 100644 --- a/core/controlplane/config/templates/cluster.yaml +++ b/core/controlplane/config/templates/cluster.yaml @@ -110,7 +110,7 @@ worker: # # Number of worker nodes to create for an autoscaling group based pool # count: 1 # # If omitted, public subnets are created by kube-aws and used for worker nodes -# subnet: +# subnets: # - # References subnets defined under the top-level `subnets` key by their names # name: ManagedPublicSubnet1 # # Auto Scaling Group definition for workers. If only `workerCount` is specified, min and max will be the set to that value and `rollingUpdateMinInstancesInService` will be one less.