File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,6 @@ load("ext://local_output", "local_output")
4
4
5
5
version_settings (True , ">=0.22.2" )
6
6
7
- envsubst_cmd = "./hack/tools/bin/envsubst"
8
- kustomize_cmd = "./hack/tools/bin/kustomize"
9
- yq_cmd = "./hack/tools/bin/yq"
10
- os_name = local_output ("go env GOOS" )
11
- os_arch = local_output ("go env GOARCH" )
12
-
13
7
settings = {
14
8
"deploy_cert_manager" : True ,
15
9
"preload_images_for_kind" : True ,
@@ -24,11 +18,17 @@ settings.update(read_json(
24
18
default = {},
25
19
))
26
20
21
+ allow_k8s_contexts (settings .get ("allowed_contexts" ))
22
+
23
+ envsubst_cmd = "./hack/tools/bin/envsubst"
24
+ kustomize_cmd = "./hack/tools/bin/kustomize"
25
+ yq_cmd = "./hack/tools/bin/yq"
26
+ os_name = local_output ("go env GOOS" )
27
+ os_arch = local_output ("go env GOARCH" )
28
+
27
29
if settings .get ("trigger_mode" ) == "manual" :
28
30
trigger_mode (TRIGGER_MODE_MANUAL )
29
31
30
- allow_k8s_contexts (settings .get ("allowed_contexts" ))
31
-
32
32
default_registry (settings .get ("default_registry" ))
33
33
34
34
always_enable_providers = ["core" ]
You can’t perform that action at this time.
0 commit comments