Skip to content

Commit

Permalink
Merge pull request #4639 from annasong20/document-no-ports
Browse files Browse the repository at this point in the history
Document urls cannot specify ports
  • Loading branch information
k8s-ci-robot committed May 13, 2022
2 parents 0c81745 + 9097f7b commit 1cf5b00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/remoteBuild.md
Expand Up @@ -6,8 +6,9 @@
kustomization directories via URLs too.

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 `//`
after the repo URL. The following query string parameters can also be specified:
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
(short hashes are not supported)
Expand Down

0 comments on commit 1cf5b00

Please sign in to comment.