diff --git a/content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/index.md b/content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/index.md index e1f9dbcbf4..ca5d75a2bd 100644 --- a/content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/index.md +++ b/content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/index.md @@ -566,7 +566,6 @@ to hold the configuration of the NGINX server: {{< text bash >}} $ rm ./nginx.conf - $ rm ./gateway-patch.json {{< /text >}} ## Cleanup diff --git a/content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/snips.sh b/content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/snips.sh index a9cdc367cc..0405fd51b8 100644 --- a/content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/snips.sh +++ b/content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/snips.sh @@ -434,7 +434,6 @@ rm example.com.crt example.com.key my-nginx.mesh-external.svc.cluster.local.crt snip_cleanup_the_mutual_tls_origination_example_3() { rm ./nginx.conf -rm ./gateway-patch.json } snip_cleanup_1() {