```starlark "allowed_contexts": [ "kind-caph", ], "deploy_cert_manager": True, "deploy_observability": False, "preload_images_for_kind": True, "kind_cluster_name": "caph", "capi_version": "v1.13.4", "cabpt_version": "v0.5.6", "cacppt_version": "v0.4.11", "cert_manager_version": "v1.20.3", "kustomize_substitutions": { "HCLOUD_REGION": "fsn1", "CONTROL_PLANE_MACHINE_COUNT": "3", "WORKER_MACHINE_COUNT": "3", "KUBERNETES_VERSION": "v1.36.0", "HCLOUD_CONTROL_PLANE_MACHINE_TYPE": "cpx32", "HCLOUD_WORKER_MACHINE_TYPE": "cpx32", "CLUSTER_NAME": "test", "HETZNER_SSH_PUB_PATH": "~/.ssh/test", "HETZNER_SSH_PRIV_PATH": "~/.ssh/test", "HETZNER_ROBOT_USER": "test", "HETZNER_ROBOT_PASSWORD": "pw" } ``` A list of kubeconfig contexts Tilt is allowed to use. See the Tilt documentation on [allow_k8s_contexts](https://docs.tilt.dev/api.html#api.allow_k8s_contexts) for more details. If true, deploys cert-manager into the cluster for use for webhook registration. If true, installs grafana, loki and promtail in the dev cluster. Grafana UI will be accessible via a link in the tilt console. Important! This feature requires the `helm` command to be available in the user's path. If set to true, uses `kind load docker-image` to preload images into a kind cluster. The name of the kind cluster to use when preloading images. Version of CAPI. Version of cert manager.