Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
clarified component source docs (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlouie authored Jul 2, 2019
1 parent 9128bd4 commit 62d69ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/component.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ specification of a component with the following schema:

- `type`: Method used to generate the resource manifests for this particular component. Currently, `static` (file based), `helm` (helm based), and `component` (default) are supported values.

- `source`: The source for this component. This can be a URL in the case of remote components or a local path to specify a local filesystem component.
- `source`: The source for this component. This can be a URL for a Git repository (the url you would call `git clone` on) in the case of `method: git` components or a local path to specify a local filesystem component in the case of `method: local`.

- `method`: The method by which this component is sourced. Currently, only `git` and `local` are supported values.

Expand Down

0 comments on commit 62d69ec

Please sign in to comment.