Skip to content

Commit b0d5671

Browse files
committed
Fix crd kustomize path
1 parent 0e14a80 commit b0d5671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ngf/how-to/gateway-api-inference-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Coupled with the provided Endpoint Picker Service, NGINX Gateway Fabric becomes
2323
- Install the Gateway API Inference Extension CRDs:
2424

2525
```shell
26-
kubectl kustomize "https://github.com/nginx/nginx-gateway-fabric/config/crd/gateway-inference-extension-api/?ref=v{{< version-ngf >}}" | kubectl apply -f -
26+
kubectl kustomize "https://github.com/nginx/nginx-gateway-fabric/config/crd/inference-extension/?ref=v{{< version-ngf >}}" | kubectl apply -f -
2727
```
2828

2929
- To enable the Gateway API Inference Extension, [install]({{< ref "/ngf/install/" >}}) NGINX Gateway Fabric with these modifications:

0 commit comments

Comments
 (0)