Skip to content

Commit

Permalink
Fixing up the digitalocean-ts-k8s droplet slug (pulumi#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Nov 25, 2019
1 parent 9ac5ab1 commit 5e15b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digitalocean-ts-k8s/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const cluster = new digitalocean.KubernetesCluster("do-cluster", {
version: "latest",
nodePool: {
name: "default",
size: digitalocean.DropletSlugs.DropletS2VPCU2GB,
size: digitalocean.DropletSlugs.DropletS2VCPU2GB,
nodeCount: nodeCount,
},
});
Expand Down

0 comments on commit 5e15b35

Please sign in to comment.