From 690fd456443da23dfe3836d5a96937df2a0fae84 Mon Sep 17 00:00:00 2001 From: windsonsea Date: Wed, 9 Aug 2023 09:16:42 +0800 Subject: [PATCH] use a consistent code reference in pods-and-endpoint-termination-flow --- .../tutorials/services/pods-and-endpoint-termination-flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/services/pods-and-endpoint-termination-flow.md b/content/en/docs/tutorials/services/pods-and-endpoint-termination-flow.md index a2757bdd89a51..d056b62e536b2 100644 --- a/content/en/docs/tutorials/services/pods-and-endpoint-termination-flow.md +++ b/content/en/docs/tutorials/services/pods-and-endpoint-termination-flow.md @@ -38,7 +38,7 @@ Let's say you have a Deployment containing of a single `nginx` replica {{% code file="service/pod-with-graceful-termination.yaml" %}} -{{< codenew file="service/explore-graceful-termination-nginx.yaml" >}} +{{% code file="service/explore-graceful-termination-nginx.yaml" %}} Now create the Deployment Pod and Service using the above files: