Skip to content

Commit

Permalink
feat(eks-addons): fix arbitrary default selector
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com>
  • Loading branch information
ArchiFleKs committed Nov 26, 2019
1 parent 73858db commit 85f2bbe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions terraform/modules/eks-addons/fluentd-cloudwatch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ image:
tag: ${var.fluentd_cloudwatch["version"]}
rbac:
create: true
nodeSelector:
node-role.kubernetes.io/node: ""
tolerations:
- operator: Exists
awsRole: "${var.fluentd_cloudwatch["create_iam_resources_kiam"] ? aws_iam_role.eks-fluentd-cloudwatch-kiam[0].arn : ""}"
Expand Down

0 comments on commit 85f2bbe

Please sign in to comment.