mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Fix the newName field name in the example
This commit is contained in:
parent
e03c7756c7
commit
77ca434ec3
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user