Skip to content

Commit

Permalink
Merge pull request #2725 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…2723-to-release_1.2.49

[release_1.2.49] OCM-13091 | fix: Remove duplciate addition of createRole command
  • Loading branch information
hunterkepley authored Dec 13, 2024
2 parents aeccdd4 + 4dac1b7 commit f16d61b
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 f16d61b

Please sign in to comment.