Skip to content

Commit 6cd1dfb

Browse files
authored
tilt configuration (#409)
1 parent 91623c5 commit 6cd1dfb

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ junit*.xml
2727

2828
# dep ensured 3rd code
2929
vendor/sigs.k8s.io/cluster-api/docs/book/*.json
30+
31+
# tilt
32+
.tiltbuild

tilt-provider.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "ibmcloud",
3+
"config": {
4+
"image": "gcr.io/k8s-staging-capi-ibmcloud/cluster-api-ibmcloud-controller",
5+
"live_reload_deps": [
6+
"main.go", "go.mod", "go.sum", "api", "cloud", "cmd", "controllers", "pkg"
7+
]
8+
},
9+
"label": "CAPIBM"
10+
}

0 commit comments

Comments
 (0)