Skip to content

Commit

Permalink
TEMPORARY: Disable insertDefaultVersionIntoCosmosdb
Browse files Browse the repository at this point in the history
Just verifying whether it's needed for E2E.
  • Loading branch information
Matthew Barnes committed Aug 12, 2023
1 parent 5c5d2f3 commit bae936c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/util/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,10 +494,10 @@ func (c *Cluster) createCluster(ctx context.Context, vnetResourceGroup, clusterN
return err
}

err = c.insertDefaultVersionIntoCosmosdb(ctx)
if err != nil {
return err
}
//err = c.insertDefaultVersionIntoCosmosdb(ctx)
//if err != nil {
// return err
//}

oc.Properties.WorkerProfiles[0].VMSize = api.VMSizeStandardD2sV3
}
Expand Down

0 comments on commit bae936c

Please sign in to comment.