File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ version_settings(True, ">=0.22.2")
4
4
5
5
settings = {
6
6
"deploy_cert_manager" : True ,
7
- "preload_images_for_kind" : True ,
8
7
"enable_providers" : ["docker" ],
9
- "kind_cluster_name" : "kind" ,
10
8
"debug" : {},
11
9
}
12
10
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ workflow that offers easy deployments and rapid iterative builds.
8
8
## Prerequisites
9
9
10
10
1 . [ Docker] ( https://docs.docker.com/install/ ) : v19.03 or newer
11
- 1 . [ kind] ( https://kind.sigs.k8s.io ) : v0.9 or newer (other clusters can be
12
- used if ` preload_images_for_kind ` is set to false)
11
+ 1 . [ kind] ( https://kind.sigs.k8s.io ) : v0.9 or newer
13
12
1 . [ Tilt] ( https://docs.tilt.dev/install.html ) : v0.22.2 or newer
14
13
1 . [ kustomize] ( https://github.com/kubernetes-sigs/kustomize ) : provided via ` make kustomize `
15
14
1 . [ envsubst] ( https://github.com/drone/envsubst ) : provided via ` make envsubst `
@@ -70,8 +69,6 @@ documentation](https://docs.tilt.dev/api.html#api.default_registry) for more det
70
69
** enable_providers** (Array[]String, default=[' docker' ]): A list of the providers to enable. See [available providers](# available-providers)
71
70
for more details.
72
71
73
- ** kind_cluster_name** (String, default=" kind" ): The name of the kind cluster to use when preloading images.
74
-
75
72
** kustomize_substitutions** (Map{String: String}, default={}): An optional map of substitutions for `${}`-style placeholders in the
76
73
provider' s yaml.
77
74
@@ -216,8 +213,6 @@ kustomize_substitutions:
216
213
217
214
**deploy_cert_manager** (Boolean, default= ` true` ): Deploys cert-manager into the cluster for use for webhook registration.
218
215
219
- ** preload_images_for_kind** (Boolean, default=` true` ): Uses ` kind load docker-image` to preload images into a kind cluster.
220
-
221
216
** trigger_mode** (String, default=` auto` ): Optional setting to configure if tilt should automatically rebuild on changes.
222
217
Set to ` manual` to disable auto-rebuilding and require users to trigger rebuilds of individual changed components through the UI.
223
218
You can’t perform that action at this time.
0 commit comments