From 4dac1b75e7626fd96697925329798461d9b8ad01 Mon Sep 17 00:00:00 2001 From: hunterkepley Date: Fri, 13 Dec 2024 09:53:43 -0500 Subject: [PATCH] OCM-13091 | fix: Remove duplicate addition of createRole command --- cmd/create/operatorroles/by_clusterkey.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/create/operatorroles/by_clusterkey.go b/cmd/create/operatorroles/by_clusterkey.go index 5ff87e3e0..82ac42e15 100644 --- a/cmd/create/operatorroles/by_clusterkey.go +++ b/cmd/create/operatorroles/by_clusterkey.go @@ -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