We do not update the Tilt configuration regularly. The script (update-operator-dev-deployment.sh) may be an easier solution.
| Key | Type | Default | Required | Description |
|---|---|---|---|---|
allowed_contexts | []string | ["kind-caph"] | no | A list of kubeconfig contexts Tilt is allowed to use. See the Tilt documentation on allow_k8s_contexts for more details |
deploy_cert_manager | bool | true | no | If true, deploys cert-manager into the cluster for use for webhook registration |
deploy_observability | bool | false | no | 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 |
preload_images_for_kind | bool | true | no | If set to true, uses kind load docker-image to preload images into a kind cluster |
kind_cluster_name | []object | "caph" | no | The name of the kind cluster to use when preloading images |
capi_version | string | "v1.12.7" | no | Version of CAPI |
cert_manager_version | string | "v1.20.2" | no | Version of cert manager |