-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document remote files in remoteBuild.md (#4624)
* Add file to remote build spec * Address PR feedback
- Loading branch information
1 parent
596519d
commit 41fb691
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# remote targets | ||
|
||
## remote directories | ||
|
||
`kustomize build` can be run on a URL. Resources can also reference other | ||
kustomization directories via URLs too. | ||
|
||
|
@@ -24,6 +26,11 @@ SSH clones are also supported either with `[email protected]:owner/repo` or | |
|
||
`file:///` clones are not supported. | ||
|
||
## remote files | ||
Resources can reference remote files via their raw GitHub urls, such | ||
as `https://raw.githubusercontent.com/kubernetes-sigs/kustomize/8ea501347443c7760217f2c1817c5c60934cf6a5/examples/helloWorld/deployment.yaml` | ||
. | ||
|
||
# Examples | ||
|
||
To try this immediately, run a build against the kustomization | ||
|