forked from rancher/cluster-api-provider-rke2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tilt-provider.json
38 lines (38 loc) · 877 Bytes
/
tilt-provider.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"name": "rke2-control-plane",
"config": {
"context": "controlplane",
"image": "ghcr.io/rancher/cluster-api-provider-rke2-controlplane:dev",
"live_reload_deps": [
"main.go",
"go.mod",
"go.sum",
"api",
"internal",
"pkg",
"../pkg"
],
"label": "CAPRKE2",
"kustomize_config": true
}
},
{
"name": "rke2-bootstrap",
"config": {
"context": "bootstrap",
"image": "ghcr.io/rancher/cluster-api-provider-rke2-bootstrap:dev",
"live_reload_deps": [
"main.go",
"go.mod",
"go.sum",
"api",
"internal",
"pkg",
"../pkg"
],
"label": "CAPBPR",
"kustomize_config": true
}
}
]