diff --git a/content/zh/docs/ops/configuration/security/harden-docker-images/index.md b/content/zh/docs/ops/configuration/security/harden-docker-images/index.md index 32f9c05d21..990fc2047d 100644 --- a/content/zh/docs/ops/configuration/security/harden-docker-images/index.md +++ b/content/zh/docs/ops/configuration/security/harden-docker-images/index.md @@ -31,7 +31,7 @@ $ istioctl install --set values.global.variant=distroless 如果您只对将 Distroless 镜像用于注入的代理镜像感兴趣, 您还可以使用 [Proxy Config](/zh/docs/reference/config/networking/proxy-config/#ProxyImage) -中的 `proxyImage` 字段。请注意,上面的 `variant` 标志会自动为您设置该字段。 +中的 `image.imageType` 字段。请注意,上面的 `variant` 标志会自动为您设置该字段。 ## 调试 {#debugging}