diff --git a/staging/src/k8s.io/kubectl/docs/book/pages/app_management/container_images.md b/staging/src/k8s.io/kubectl/docs/book/pages/app_management/container_images.md index 8c5c63e6622..aa17f9c538e 100644 --- a/staging/src/k8s.io/kubectl/docs/book/pages/app_management/container_images.md +++ b/staging/src/k8s.io/kubectl/docs/book/pages/app_management/container_images.md @@ -40,7 +40,7 @@ tag. |-----------|--------------------------------------------------------------------------|----------| --- | | `name` | Match images with this image name| `name: nginx`| | | `newTag` | Override the image **tag** or **digest** for images whose image name matches `name` | `newTag: new` | `nginx:old` -> `nginx:new` | -| `newName` | Override the image **name** for images whose image name matches `name` | `newImage: nginx-special` | `nginx:old` -> `nginx-special:old` | +| `newName` | Override the image **name** for images whose image name matches `name` | `newName: nginx-special` | `nginx:old` -> `nginx-special:old` | {% method %}