Fix the newName field name in the example

Kubernetes-commit: 77ca434ec378d607fee83dc790eb8981d5beb4e7
This commit is contained in:
Benjamin Danon 2020-03-29 00:15:47 +01:00 committed by Kubernetes Publisher
parent 7daf5bcdb4
commit 2c37c8fc35
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}