Fixing typos in requirements.yaml part

pull/2691/head
Miguel David 7 years ago committed by GitHub
parent 3cf8f2c8b3
commit b95866bd67

@ -228,15 +228,15 @@ dependencies:
version: 0.1.0 version: 0.1.0
``` ```
In the above example we will get 3 depenendencies in all for `parentchart` In the above example we will get 3 dependencies in all for `parentchart`
``` ```
subchart subchart
new-subchart-1 new-subchart-1
new-subchart-2 new-subchart-2
``` ```
Manual way of achieving this is copy/pasting same chart in The manual way of achieving this is by copy/pasting the same chart in the
`charts/` directory multiple times with different name. `charts/` directory multiple times with different names.
#### Tags and Condition fields in requirements.yaml #### Tags and Condition fields in requirements.yaml

Loading…
Cancel
Save