Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OCPBUGS-43692: Fix LB Type Defaulting with ProviderParameters Set
In the case that `alreadyAdmitted` was true and the IngressController's spec had `providerParameters` set, `setDefaultProviderParameters` incorrectly forced the LB type to `Classic`. This fix relocates the `alreadyAdmitted` check to the logic responsible for mutating the LB type, rather than applying it to the logic that determines the `defaultLBType` value.
- Loading branch information