Skip to content

Commit b67179e

Browse files
authored
Merge pull request #820 from st1t/remove-imagetag
Change imagetag to image in docs/eschewedFeatures.md
2 parents 47237aa + 5e6c06f commit b67179e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/eschewedFeatures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ For example, to set the tag used on an image to match an
9696
environment variable, run
9797

9898
```
99-
kustomize edit set imagetag nginx:$MY_NGINX_VERSION
99+
kustomize edit set image nginx:$MY_NGINX_VERSION
100100
```
101101

102102
as part of some encapsulating work flow executed before

0 commit comments

Comments
 (0)