Skip to content

Commit 1a69395

Browse files
Merge pull request #102 from eric-gonzales/fix-comment-typo
Fix typo with --node-labels
2 parents 8ac9e84 + a63d690 commit 1a69395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ variable "workers_group_defaults" {
9696
ebs_optimized = true # sets whether to use ebs optimization on supported types.
9797
enable_monitoring = true # Enables/disables detailed monitoring.
9898
public_ip = false # Associate a public ip address with a worker
99-
kubelet_node_labels = "" # This string is passed directly to kubelet via --node-lables= if set. It should be comma delimited with no spaces. If left empty no --node-labels switch is added.
99+
kubelet_node_labels = "" # This string is passed directly to kubelet via --node-labels= if set. It should be comma delimited with no spaces. If left empty no --node-labels switch is added.
100100
subnets = "" # A comma delimited string of subnets to place the worker nodes in. i.e. subnet-123,subnet-456,subnet-789
101101
}
102102
}

0 commit comments

Comments
 (0)