-
Notifications
You must be signed in to change notification settings - Fork 316
Expand file tree
/
Copy pathtilt-provider.yaml
More file actions
48 lines (46 loc) · 1.54 KB
/
tilt-provider.yaml
File metadata and controls
48 lines (46 loc) · 1.54 KB
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
39
40
41
42
43
44
45
46
47
48
---
- name: vsphere
config:
version: v1.16.99
image: gcr.io/k8s-staging-capi-vsphere/cluster-api-vsphere-controller
live_reload_deps:
- main.go
- go.mod
- go.sum
- apis
- controllers
- feature
- internal
- pkg
label: CAPV
- name: vsphere-supervisor
config:
version: v1.16.99
image: gcr.io/k8s-staging-capi-vsphere/cluster-api-vsphere-controller
live_reload_deps:
- main.go
- go.mod
- go.sum
- apis
- controllers
- feature
- internal
- pkg
label: CAPV
kustomize_folder: "/config/supervisor-tilt"
# IMPORTANT: run "VM_OPERATOR_VERSION=v1.8.6-0-gde75746a VM_OPERATOR_COMMIT=de75746a9505ef3161172d99b735d6593c54f0c5 make checkout-vm-operator generate-manifests-vm-operator" before using this "provider" with tilt
- name: vm-operator-v1.8.6-0-gde75746a
config:
version: v1.8.6-0-gde75746a
label: VMOP
kustomize_folder: "/test/infrastructure/vm-operator/config/v1-8-6-0-gde75746a"
kustomize_options:
- "--load-restrictor=LoadRestrictionsNone"
# IMPORTANT: run "VM_OPERATOR_VERSION=v1.9.0-567-g93918c59 VM_OPERATOR_COMMIT=93918c59a71918f6395fd319fa4dd5b9a3f57e24 make checkout-vm-operator generate-manifests-vm-operator" before using this "provider" with tilt
- name: vm-operator-v1.9.0-567-g93918c59
config:
version: v1.9.0-567-g93918c59
label: VMOP
kustomize_folder: "/test/infrastructure/vm-operator/config/v1-9-0-567-g93918c59"
kustomize_options:
- "--load-restrictor=LoadRestrictionsNone"