Skip to content

Commit 77864ae

Browse files
author
Sarthak Agrawal
committed
fix conversion command
1 parent 5806218 commit 77864ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ngf/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ To convert your existing NGINX Ingress resources to Gateway API resources that w
572572

573573
2. Run the conversion command for NGINX provider:
574574
```shell
575-
ingress2gateway --providers=nginx --input-file=<your-ingress-file>
575+
ingress2gateway print --providers=nginx --input-file=<your-ingress-file>
576576
```
577577

578578
3. Review the generated Gateway API resources and apply them to your cluster

0 commit comments

Comments
 (0)