Skip to content

Commit d04673e

Browse files
committed
Fix add back domainPrefix
Signed-off-by: melserngawy <[email protected]>
1 parent 068aba0 commit d04673e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controlplane/rosa/controllers/rosacontrolplane_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ func buildOCMClusterSpec(controPlaneSpec rosacontrolplanev1.RosaControlPlaneSpec
547547
ocmClusterSpec := ocm.Spec{
548548
DryRun: ptr.To(false),
549549
Name: controPlaneSpec.RosaClusterName,
550+
DomainPrefix: controPlaneSpec.DomainPrefix,
550551
Region: controPlaneSpec.Region,
551552
MultiAZ: true,
552553
Version: ocm.CreateVersionID(controPlaneSpec.Version, ocm.DefaultChannelGroup),

0 commit comments

Comments
 (0)