Skip to content

Commit a93fc0e

Browse files
committed
🌱 Utilize tilt-provider.yaml and Tilt deploy approach from the Cluster API
1 parent 6b72fcd commit a93fc0e

File tree

3 files changed

+21
-34
lines changed

3 files changed

+21
-34
lines changed

Tiltfile

Lines changed: 0 additions & 34 deletions
This file was deleted.

config/tilt/kustomization.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
resources:
2+
- ../default
3+
4+
labels:
5+
- includeSelectors: false
6+
pairs:
7+
cluster.x-k8s.io/provider: capi-operator

tilt-provider.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: capi-operator
2+
config:
3+
image: gcr.io/k8s-staging-capi-operator/cluster-api-operator
4+
live_reload_deps:
5+
- cmd
6+
- go.mod
7+
- go.sum
8+
- api
9+
- internal
10+
- util
11+
label: CAPIO
12+
kustomize_folder: config/tilt
13+
go_main: cmd/main.go
14+
manager_name: capi-operator-controller-manager

0 commit comments

Comments
 (0)