Skip to content

Commit

Permalink
OCM-13091 | fix: Remove duplicate addition of createRole command
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterkepley authored and openshift-cherrypick-robot committed Dec 13, 2024
1 parent aeccdd4 commit 4dac1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/create/operatorroles/by_clusterkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ func buildCommands(r *rosa.Runtime, env string,
AddParam(awscb.RoleName, roleName).
AddParam(awscb.PolicyArn, policyARN).
Build()
commands = append(commands, createRole, attachRolePolicy)

var attachSharedVpcRolePolicy string
var policyCommands []string

Expand Down

0 comments on commit 4dac1b7

Please sign in to comment.