From 43c717ee1f8375ca9818d7727bb1d763179df0d6 Mon Sep 17 00:00:00 2001 From: Jan Schoone <6106846+jschoone@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:49:18 +0200 Subject: [PATCH] fix(docs): path to tilt screenshot Signed-off-by: Jan Schoone <6106846+jschoone@users.noreply.github.com> --- docs/develop/develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/develop.md b/docs/develop/develop.md index 1c8be00d8..1cf337327 100644 --- a/docs/develop/develop.md +++ b/docs/develop/develop.md @@ -12,7 +12,7 @@ Developing our operator is quite easy. First, you need to install some base requ ## Developing with Tilt
- +
Operator development requires a lot of iteration, and the “build, tag, push, update deployment” workflow can be very tedious. Tilt makes this process much simpler by watching for updates and automatically building and deploying them. To build a kind cluster and to start Tilt, run: