Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
6931a238
Commit
6931a238
authored
Jun 29, 2017
by
Taylor Thomas
Committed by
GitHub
Jun 29, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2629 from gmile/patch-1
Reduce indent in code block
parents
4204f69c
0104bce7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
charts.md
docs/charts.md
+13
-13
No files found.
docs/charts.md
View file @
6931a238
...
...
@@ -212,21 +212,21 @@ a chart in dependencies using alias as name of new dependency.
One can use
`alias`
in cases where they need to access a chart
with other name(s).
```
`
```
yaml
# parentchart/requirements.yaml
dependencies
:
- name: subchart
repository: http://localhost:10191
version: 0.1.0
alias: new-subchart-1
- name: subchart
repository: http://localhost:10191
version: 0.1.0
alias: new-subchart-2
- name: subchart
repository: http://localhost:10191
version: 0.1.0
```
`
-
name
:
subchart
repository
:
http://localhost:10191
version
:
0.1.0
alias
:
new-subchart-1
-
name
:
subchart
repository
:
http://localhost:10191
version
:
0.1.0
alias
:
new-subchart-2
-
name
:
subchart
repository
:
http://localhost:10191
version
:
0.1.0
```
In the above example we will get 3 depenendencies in all for
`parentchart`
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment