Skip to content

Commit

Permalink
fix: correct the {{ escaping to prevent issue with mkdocs (#410)
Browse files Browse the repository at this point in the history
Signed-off-by: Parham Alvani <[email protected]>
  • Loading branch information
1995parham authored Oct 31, 2024
1 parent 8915f23 commit acbc8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get_started/first_isvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Depending on your setup, use one of the following commands to curl the `Inferenc
kubectl edit cm config-domain --namespace knative-serving
```

Now in your editor, change example.com to {{external-ip}}.xip.io (make sure to replace {{external-ip}} with the IP you found earlier).
Now in your editor, change example.com to {{ '{{' }}external-ip{{ '}}' }}.xip.io (make sure to replace {{ '{{' }}external-ip{{ '}}' }} with the IP you found earlier).

With the change applied you can now directly curl the URL
```bash
Expand Down

0 comments on commit acbc8ed

Please sign in to comment.