Skip to content

Commit

Permalink
OCM-12689 | fix: Creation of operator roles for classic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterkepley committed Nov 20, 2024
1 parent 188084e commit 0f3e8c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/create/operatorroles/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ func validateSharedVpcInputs(hostedCp bool, vpcEndpointRoleArn string,
hostedZoneRoleArnFlag,
)
}
} else {
return false, nil
}

return hostedCp && vpcEndpointRoleArn != "" && route53RoleArn != "", nil
Expand Down

0 comments on commit 0f3e8c8

Please sign in to comment.