Skip to content

Commit

Permalink
Adding comment about the role (temporalio#33)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike <[email protected]>
  • Loading branch information
Mike Di Domenico and Mike authored May 17, 2022
1 parent d08fbd3 commit 6c1e09b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud-resources/aws-cdk/lib/stacks/ua-k8s/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export class UAK8SStack extends cdk.Stack {
)

// Setup the ALB role
// Note: This role needs to be created manually. The specs for it are located in the UT infrastructure.
const eksLoadBalancerCtlRole = new iam.Role(this, `${id}-AmazonEKSLoadBalancerControllerRole`, {
roleName: `${id}-AmazonEKSLoadBalancerControllerRole`,
assumedBy: new iam.PrincipalWithConditions(
Expand Down

0 comments on commit 6c1e09b

Please sign in to comment.