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

Commit

Permalink
Merge pull request #549 from mattjw/docs/fix-chart-sources-malformed-…
Browse files Browse the repository at this point in the history
…list

doc fix: Malformed list in Chart sources -> Git repositories
  • Loading branch information
hiddeco authored Oct 5, 2020
2 parents 591b999 + 6698cd5 commit 630065f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/helmrelease-guide/chart-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,9 @@ spec:
The definition of the listed keys is as follows:

* `git`: The URL of the Git repository, e.g. `git@github.com:org/repo` or
`https://github.com/org/repo.git`.

**Note:** specifying a custom port only works when the protocol is specified,
e.g. `ssh://git@github.com:2222/org/repo.git` and not `git@github.com:2222/org/repo`.
`https://github.com/org/repo.git`. **Note:** specifying a custom port only
works when the protocol is specified,
e.g. `ssh://git@github.com:2222/org/repo.git` and not `git@github.com:2222/org/repo`.
* `ref` _(Optional)_: The Git reference, e.g. a branch, tag, or (short) commit
hash. When omitted, defaults to `master` or the configured `--git-default-ref`.
* `path`: The path of the chart relative to the root of the Git repository.
Expand Down

0 comments on commit 630065f

Please sign in to comment.