Skip to content

Commit

Permalink
Merge pull request #820 from st1t/remove-imagetag
Browse files Browse the repository at this point in the history
Change imagetag to image in docs/eschewedFeatures.md
  • Loading branch information
k8s-ci-robot committed Feb 25, 2019
2 parents 47237aa + 5e6c06f commit b67179e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/eschewedFeatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ For example, to set the tag used on an image to match an
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
Expand Down

0 comments on commit b67179e

Please sign in to comment.