File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
staging/src/k8s.io/kubectl/docs/book/pages/app_management Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 40
40
| -----------| --------------------------------------------------------------------------| ----------| --- |
41
41
| ` name ` | Match images with this image name| ` name: nginx ` | |
42
42
| ` 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 ` |
44
44
45
45
{% method %}
46
46
You can’t perform that action at this time.
0 commit comments