Skip to content

Commit 78b56fa

Browse files
authored
docs(readme): update usage example
1 parent 05253c3 commit 78b56fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ to the plugin, please see [these instructions](.github/CONTRIBUTING.md).
3333

3434
Here's the Git urls format, followed by examples:
3535

36-
git+https://[provider.com]/[user]/[repo][@path/to/charts][?[ref=git-ref][&sparse=0][&depupdate=0][&package=0]]
37-
git+ssh://git@[provider.com]/[user]/[repo][@path/to/charts][?[ref=git-ref][&sparse=0][&depupdate=0][&package=0]]
38-
git+file://[path/to/repo][@path/to/charts][?[ref=git-ref][&sparse=0][&depupdate=0][&package=0]]
36+
git+https://[username[:password]@]/<path/to/repo>[@path/to/charts][?[ref=git-ref][&sparse=1][&depupdate=0][&package=0]]
37+
git+ssh://[username@]provider.com/<path/to/repo>[@path/to/charts][?[ref=git-ref][&sparse=1][&depupdate=0][&package=0]]
38+
git+file://<path/to/repo>[@path/to/charts][?[ref=git-ref][&sparse=1][&depupdate=0][&package=0]]
3939

4040
git+https://github.com/jetstack/cert-manager@deploy/charts?ref=v0.6.2&sparse=0
4141
git+ssh://[email protected]/jetstack/cert-manager@deploy/charts?ref=v0.6.2&sparse=1

0 commit comments

Comments
 (0)