Skip to content

Commit 6946a6a

Browse files
authored
Merge pull request #3036 from hunterkepley/ocm-18572
OCM-18572 | fix: Bug with private API being broken for govcloud
2 parents cd8ae68 + 43578c1 commit 6946a6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmd/create/cluster/cmd.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,6 +2117,11 @@ func run(cmd *cobra.Command, _ []string) {
21172117
}
21182118
}
21192119

2120+
if fedramp.Enabled() && isHostedCP {
2121+
private = true
2122+
privateIngress = true
2123+
}
2124+
21202125
if privateLink || (private && isHostedCP) {
21212126
private = true
21222127
privateLink = true

0 commit comments

Comments
 (0)