Skip to content

Commit 77ca434

Browse files
authored
Fix the newName field name in the example
1 parent e03c775 commit 77ca434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/kubectl/docs/book/pages/app_management/container_images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tag.
4040
|-----------|--------------------------------------------------------------------------|----------| --- |
4141
| `name` | Match images with this image name| `name: nginx`| |
4242
| `newTag` | Override the image **tag** or **digest** for images whose image name matches `name` | `newTag: new` | `nginx:old` -> `nginx:new` |
43-
| `newName` | Override the image **name** for images whose image name matches `name` | `newImage: nginx-special` | `nginx:old` -> `nginx-special:old` |
43+
| `newName` | Override the image **name** for images whose image name matches `name` | `newName: nginx-special` | `nginx:old` -> `nginx-special:old` |
4444

4545
{% method %}
4646

0 commit comments

Comments
 (0)