Skip to content

Commit

Permalink
remove conflict markers
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroargentieri committed Sep 25, 2024
1 parent f1a6cf5 commit 5c4a043
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/kubernetes/kubernetes_nodepool_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ var kubernetesNodePoolCreateCmd = &cobra.Command{
os.Exit(1)
}

<<<<<<< HEAD
=======
poolConfig := civogo.KubernetesClusterPoolUpdateConfig{ID: poolID, Count: &numTargetNodesPool, Size: targetNodesPoolSize}
if publicIpNodePool {
if config.Current.RegionToFeatures != nil {
Expand All @@ -71,7 +69,6 @@ var kubernetesNodePoolCreateCmd = &cobra.Command{
poolConfig.PublicIPNodePool = publicIpNodePool
}

>>>>>>> 7380023 (fix plural on volume_attachments)
kubernetesCluster, err := client.CreateKubernetesClusterPool(kubernetesFindCluster.ID, &civogo.KubernetesClusterPoolConfig{
Region: client.Region,
ID: poolID,
Expand Down

0 comments on commit 5c4a043

Please sign in to comment.