Skip to content

Commit bfac310

Browse files
hakuna-matatahHarish Kuna
and
Harish Kuna
authored
strip clustername from kit IAM resource due to PR-53 (awslabs#56)
Co-authored-by: Harish Kuna <[email protected]>
1 parent e3b8a9b commit bfac310

File tree

3 files changed

+717
-7
lines changed

3 files changed

+717
-7
lines changed

testbed/addons/kit/construct.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class Kit extends cdk.Construct {
7070

7171
new iam.CfnInstanceProfile(this, 'kit-instance-profile', {
7272
roles: [nodeRole.roleName],
73-
instanceProfileName: `KitNodeInstanceProfile-${props.cluster.clusterName}`
73+
instanceProfileName: 'KitNodeInstanceProfile'
7474
})
7575

7676
// Install kit

0 commit comments

Comments
 (0)