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:
Anna Song
2022-07-05 13:51:20 -04:00
committed by GitHub
parent 8a729459aa
commit 86a84ca486
2 changed files with 127 additions and 75 deletions

View File

@@ -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