Skip to content

Commit da514da

Browse files
authored
Merge pull request #30 from cannonpalms/feat/tilt-integration
feat: add tilt provider support
2 parents f66090f + 308094c commit da514da

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

tilt-provider.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
- name: k3s-bootstrap
2+
config:
3+
context: bootstrap
4+
image: ghcr.io/zawachte/cluster-api-k3s/bootstrap-controller
5+
live_reload_deps:
6+
- main.go
7+
- api
8+
- controllers
9+
- ../go.mod
10+
- ../go.sum
11+
- ../pkg
12+
label: CABP3
13+
- name: k3s-control-plane
14+
config:
15+
context: controlplane
16+
image: ghcr.io/zawachte/cluster-api-k3s/controlplane-controller
17+
live_reload_deps:
18+
- main.go
19+
- api
20+
- controllers
21+
- ../go.mod
22+
- ../go.sum
23+
- ../pkg
24+
label: CACP3

0 commit comments

Comments
 (0)