mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 02:20:53 +00:00
Address nits on localize proposal and correct mistakes (#4668)
* Address nits on #4590 and correct mistakes * Flesh out remote target use case Remove scope, add ref, add user story
This commit is contained in:
@@ -10,7 +10,7 @@ some query string parameters. Kustomize does not currently support ports in the
|
||||
URL. The directory is specified by appending a `//` after the repo URL. The
|
||||
following query string parameters can also be specified:
|
||||
|
||||
* `ref` - a `git fetch`-able ref, typically a branch, tag, or full commit hash
|
||||
* `ref` - a [`git fetch`-able ref](https://git-scm.com/docs/git-fetch), typically a branch, tag, or full commit hash
|
||||
(short hashes are not supported)
|
||||
* `timeout` (default `27s`) - a number in seconds, or a go duration. specifies
|
||||
the timeout for fetching the resource
|
||||
|
||||
Reference in New Issue
Block a user