From 3ea00aecef9301470be2101ad04485c9ae955ed7 Mon Sep 17 00:00:00 2001 From: Jan Schoone <6106846+jschoone@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:56:34 +0200 Subject: [PATCH] fix(docs): import tilt picture using markdown instead of html Signed-off-by: Jan Schoone <6106846+jschoone@users.noreply.github.com> --- docs/develop/develop.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/develop/develop.md b/docs/develop/develop.md index 1cf337327..a66d4cef6 100644 --- a/docs/develop/develop.md +++ b/docs/develop/develop.md @@ -11,9 +11,7 @@ Developing our operator is quite easy. First, you need to install some base requ ## Developing with Tilt -

-tilt -

+![Tilt](../pics/tilt.png) 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: