Skip to content

Commit

Permalink
Fix AppMesh IAM name
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan authored Mar 20, 2019
1 parent fd6c79e commit bf19593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cfn/builder/iam.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func (n *NodeGroupResourceSet) addResourcesForIAM() {
if v := n.spec.IAM.WithAddonPolicies.AppMesh; v != nil && *v {
n.rs.attachAllowPolicy("PolicyAppMesh", refIR, "*",
[]string{
"appemsh:*",
"appmesh:*",
},
)
}
Expand Down

0 comments on commit bf19593

Please sign in to comment.