Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 41beb1d

Browse files
authored
Merge pull request #288 from vincepri/tilt-support
✨ Add tilt support
2 parents 1e1b9d9 + 86d8ce4 commit 41beb1d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tilt-provider.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "kubeadm",
3+
"config": {
4+
"image": "gcr.io/k8s-staging-capi-kubeadm/cluster-api-kubeadm-controller",
5+
"live_reload_deps": [
6+
"main.go",
7+
"go.mod",
8+
"go.sum",
9+
"api",
10+
"cloudinit",
11+
"controllers",
12+
"internal",
13+
"kubeadm"
14+
]
15+
}
16+
}

0 commit comments

Comments
 (0)