mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 00:52:55 +00:00
Change imagetag to image in docs/eschewedFeatures.md
This commit is contained in:
@@ -96,7 +96,7 @@ For example, to set the tag used on an image to match an
|
|||||||
environment variable, run
|
environment variable, run
|
||||||
|
|
||||||
```
|
```
|
||||||
kustomize edit set imagetag nginx:$MY_NGINX_VERSION
|
kustomize edit set image nginx:$MY_NGINX_VERSION
|
||||||
```
|
```
|
||||||
|
|
||||||
as part of some encapsulating work flow executed before
|
as part of some encapsulating work flow executed before
|
||||||
|
|||||||
Reference in New Issue
Block a user