Skip to content

Commit 8a7042d

Browse files
authored
Merge pull request #248 from SovereignCloudStack/jschoone-patch-1
📖 fix(docs): import tilt picture using markdown instead of html
2 parents 09aa21e + 3ea00ae commit 8a7042d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/develop/develop.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ Developing our operator is quite easy. First, you need to install some base requ
1111

1212
## Developing with Tilt
1313

14-
<p align="center">
15-
<img alt="tilt" src="../pics/tilt.png" width="800px" />
16-
</p>
14+
![Tilt](../pics/tilt.png)
1715

1816
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:
1917

0 commit comments

Comments
 (0)