Skip to content

Commit 6a302d6

Browse files
committed
fix spaces
1 parent 250f462 commit 6a302d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

digitalocean-ts-k8s/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const domainName = config.get("domainName");
1414
// kubeconfig to make it easy to access from the kubectl command line.
1515
const cluster = new digitalocean.KubernetesCluster("do-cluster", {
1616
region: digitalocean.Regions.SFO2,
17-
version: digitalocean.getKubernetesVersions({versionPrefix: "1.16"}).then(p => p.latestVersion),
18-
nodePool: {
17+
version: digitalocean.getKubernetesVersions({versionPrefix: "1.16"}).then(p => p.latestVersion),
18+
nodePool: {
1919
name: "default",
2020
size: digitalocean.DropletSlugs.DropletS2VCPU2GB,
2121
nodeCount: nodeCount,

0 commit comments

Comments
 (0)