Skip to content

Commit

Permalink
Merge pull request pulumi#703 from pulumi/spara/eks-remove-deployDash…
Browse files Browse the repository at this point in the history
…board

remove deployDashboard parameter
  • Loading branch information
spara committed Jun 10, 2020
2 parents f4319c0 + 7b358e8 commit b329c67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws-ts-eks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const cluster = new eks.Cluster("cluster", {
desiredCapacity: 2,
minSize: 1,
maxSize: 2,
deployDashboard: true,
});

// Export the cluster's kubeconfig.
Expand Down

0 comments on commit b329c67

Please sign in to comment.