You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/developer/tilt.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -394,6 +394,9 @@ build it.
394
394
**live_reload_deps**: a list of files/directories to watch. If any of them changes, Tilt rebuilds the manager binary
395
395
for the provider and performs a live update of the running container.
396
396
397
+
**version**: allows to define the version to be used for the Provider CR. If empty, a default version will
398
+
be used.
399
+
397
400
**additional_docker_helper_commands** (String, default=""): Additional commands to be run in the helper image
398
401
docker build. e.g.
399
402
@@ -478,4 +481,4 @@ syntax highlighting and auto-formatting. To enable it for Tiltfile a file associ
478
481
1. Set `build_engine` to `podman` in `tilt-settings.yaml` (optional, only if both docker & podman are installed)
479
482
1. Define the env variable `DOCKER_HOST` to the right socket while running tilt (eg. `DOCKER_HOST=unix:///run/user/$(id -u)/podman/podman.sock tilt up`)
480
483
481
-
NB: The socket defined by `DOCKER_HOST` is used only for the `hack/tools/tilt-prepare` command, the image build is running the `podman build`/`podman push` commands.
484
+
NB: The socket defined by `DOCKER_HOST` is used only for the `hack/tools/tilt-prepare` command, the image build is running the `podman build`/`podman push` commands.
0 commit comments