Skip to content

Commit

Permalink
--image flag typo fix
Browse files Browse the repository at this point in the history
Fix typo in `kpt fn eval`'s --image flag description
  • Loading branch information
bcongdon committed Dec 5, 2021
1 parent ac17e15 commit fc13892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/docs/generated/fndocs/docs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion site/reference/cli/fn/eval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fn-args:
Container image of the function to execute e.g. `gcr.io/kpt-fn/set-namespace:v0.1`.
For convenience, if full image path is not specified, `gcr.io/kpt-fn/` is added as default prefix.
e.g. instead of passing `gcr.io/kpt-fn/set-namespace:v0.1` you can pass `set-namespace:v0.1`.
`eval` executes only one function, so do not use `--exec-path` flag with this flag.
`eval` executes only one function, so do not use `--exec` flag with this flag.
--image-pull-policy:
If the image should be pulled before rendering the package(s). It can be set
Expand Down

0 comments on commit fc13892

Please sign in to comment.