diff --git a/subsystem/kubeapi_test.go b/subsystem/kubeapi_test.go index 53750d45b3..0e600604f7 100644 --- a/subsystem/kubeapi_test.go +++ b/subsystem/kubeapi_test.go @@ -705,7 +705,8 @@ func getDefaultExternalPlatformAgentClusterInstallSpec(clusterDeploymentName str }, PlatformType: hiveext.ExternalPlatformType, ExternalPlatformSpec: &hiveext.ExternalPlatformSpec{ - PlatformName: "oci", + PlatformName: "oci", + CloudControllerManager: "External", }, SSHPublicKey: sshPublicKey, ImageSetRef: &hivev1.ClusterImageSetReference{Name: clusterImageSetName},