Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
make kind cluster.
Browse files Browse the repository at this point in the history
  • Loading branch information
orsenthil committed Jun 3, 2020
1 parent a14ce2a commit 210bd9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dispatchfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ load("github.com/mesosphere/dispatch-catalog/starlark/stable/[email protected]", "din

gitResource("kba-git-resource", url = "$(context.git.url)", revision = "$(context.git.commit)")


cluster_name = "test-kind-cluster"
kind_cluster=make_kind_cluster(cluster_name, "kba-git-resource")

dindTask("dispatch-integration-test",
inputs = ["kba-git-resource"],
steps = [
Expand Down

0 comments on commit 210bd9e

Please sign in to comment.