Unverified Commit a58d2241 authored by dagil-nvidia's avatar dagil-nvidia Committed by GitHub
Browse files

fix(docs): escape angle brackets in tilt-dev-setup to fix MDX parse error (#7599)


Signed-off-by: default avatarDan Gil <dagil@nvidia.com>
parent 4c3e5991
...@@ -127,7 +127,7 @@ The operator image needs to be pullable by your cluster's nodes. The registry is ...@@ -127,7 +127,7 @@ The operator image needs to be pullable by your cluster's nodes. The registry is
1. **`REGISTRY` env var**`REGISTRY=docker.io/myuser tilt up` 1. **`REGISTRY` env var**`REGISTRY=docker.io/myuser tilt up`
2. **`registry` in `tilt-settings.yaml`** 2. **`registry` in `tilt-settings.yaml`**
The image is pushed as `<registry>/controller:tilt-dev`. The image is pushed as `{registry}/controller:tilt-dev`.
<Warning> <Warning>
If no registry is configured, the image is only available locally. This works If no registry is configured, the image is only available locally. This works
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment