You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"datadog_agent" {
source="cloudposse/helm-release/aws"version="0.7.0"# ...set=[
{
name ="clusterAgent.rbac.serviceAccountAnnotations.eks\\.amazonaws\\.com/role-arn"
type ="string"
value = local.iam_role_arn
},
{
name ="agents.rbac.serviceAccountAnnotations.eks\\.amazonaws\\.com/role-arn"
type ="string"
value = local.iam_role_arn
},
]
}
The text was updated successfully, but these errors were encountered:
Have a question? Please checkout our Slack Community or visit our Slack Archive.
Describe the Feature
Allow setting service_account_set_key_path for more than one key for cases like datadog where we may want to use the same role for the following
A single input would only code one of those. We should be able to set multiple.
Workaround
The text was updated successfully, but these errors were encountered: