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

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make kind cluster.
Browse files Browse the repository at this point in the history
orsenthil committed Jun 3, 2020

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jeff-mccoy Megamind
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
@@ -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 = [

0 comments on commit 210bd9e

Please sign in to comment.