Skip to content

Commit

Permalink
Merge pull request #4877 from serngawy/domainPrefix
Browse files Browse the repository at this point in the history
🐛 ROSA: Fix domainPrefix not being set
  • Loading branch information
k8s-ci-robot committed Mar 18, 2024
2 parents 068aba0 + d04673e commit fc19825
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ func buildOCMClusterSpec(controPlaneSpec rosacontrolplanev1.RosaControlPlaneSpec
ocmClusterSpec := ocm.Spec{
DryRun: ptr.To(false),
Name: controPlaneSpec.RosaClusterName,
DomainPrefix: controPlaneSpec.DomainPrefix,
Region: controPlaneSpec.Region,
MultiAZ: true,
Version: ocm.CreateVersionID(controPlaneSpec.Version, ocm.DefaultChannelGroup),
Expand Down

0 comments on commit fc19825

Please sign in to comment.