Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
a58d2241
Unverified
Commit
a58d2241
authored
Mar 24, 2026
by
dagil-nvidia
Committed by
GitHub
Mar 24, 2026
Browse files
fix(docs): escape angle brackets in tilt-dev-setup to fix MDX parse error (#7599)
Signed-off-by:
Dan Gil
<
dagil@nvidia.com
>
parent
4c3e5991
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/kubernetes/tilt-dev-setup.md
docs/kubernetes/tilt-dev-setup.md
+1
-1
No files found.
docs/kubernetes/tilt-dev-setup.md
View file @
a58d2241
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment