mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
Document urls cannot specify ports
This commit is contained in:
@@ -6,8 +6,9 @@
|
|||||||
kustomization directories via URLs too.
|
kustomization directories via URLs too.
|
||||||
|
|
||||||
The URL format is an HTTPS or SSH `git clone` URL with an optional directory and
|
The URL format is an HTTPS or SSH `git clone` URL with an optional directory and
|
||||||
some query string parameters. The directory is specified by appending a `//`
|
some query string parameters. Kustomize does not currently support ports in the
|
||||||
after the repo URL. The following query string parameters can also be specified:
|
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, typically a branch, tag, or full commit hash
|
||||||
(short hashes are not supported)
|
(short hashes are not supported)
|
||||||
|
|||||||
Reference in New Issue
Block a user