We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3503b commit 308094cCopy full SHA for 308094c
tilt-provider.yaml
@@ -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
15
+ context: controlplane
16
+ image: ghcr.io/zawachte/cluster-api-k3s/controlplane-controller
17
18
19
20
21
22
23
24
+ label: CACP3
0 commit comments