-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Namespace and Name List #31
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add the new variables and add them to the module in the example https://github.com/cloudposse/terraform-aws-eks-iam-role/tree/master/examples/complete
Co-authored-by: Andriy Knysh <aknysh@users.noreply.github.com>
/test all |
1 similar comment
/test all |
# Usually there is no need to add both service account methods of attachment. But there is precluding you from doing so. | ||
# Multiple Service Account attachments | ||
service_account_namespace_name_list = [ | ||
"kube-system:autoscaler", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since it sets the same name and namespace, it will not collide with
service_account_name = "autoscaler"
service_account_namespace = "kube-system"
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it actually would, they are joined via &&
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see comments
/test all |
/test all |
aws_iam_policy_document = [data.aws_iam_policy_document.autoscaler.json] | ||
|
||
context = module.this.context | ||
} | ||
data "aws_iam_policy_document" "autoscaler" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add an empty line
what
why
*:*