-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathdevbox.json
More file actions
35 lines (35 loc) · 825 Bytes
/
devbox.json
File metadata and controls
35 lines (35 loc) · 825 Bytes
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
{
"packages": [
"clusterctl@latest",
"kubectl@latest",
"kind@latest",
"kyverno-chainsaw@latest",
"envsubst@latest",
"jq@latest",
"openssl@latest",
],
"shell": {
"init_hook": [
"export \"GOROOT=$(go env GOROOT)\""
],
"scripts": {
"mgmt-and-capl-cluster": "make mgmt-and-capl-cluster",
"mgmt-cluster": "make mgmt-cluster",
"capl-cluster": "make capl-cluster",
"e2e-test": "make e2e-test",
"cleanup-cluster": "make cleanup-cluster",
"csi-sanity-test": "make csi-sanity-test",
"upstream-e2e-tests": "make upstream-e2e-tests"
}
},
"env": {
"EXP_CLUSTER_RESOURCE_SET": "true"
}
}