Skip to content

Commit

Permalink
update kube api test
Browse files Browse the repository at this point in the history
  • Loading branch information
adriengentil committed Dec 15, 2023
1 parent 05d97c7 commit 2ab5f1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion subsystem/kubeapi_test.go
Expand Up @@ -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},
Expand Down

0 comments on commit 2ab5f1e

Please sign in to comment.