mirror of
https://github.com/helm/helm.git
synced 2026-04-23 15:17:05 -04:00
Closes #9940 Signed-off-by: Aram Zegerius <aram@zegeri.us> Signed-off-by: Ankita Bhopatkar <ankitabhopatkar13@gmail.com>
16 lines
435 B
Markdown
16 lines
435 B
Markdown
# Three Level Dependent Chart
|
|
|
|
This chart is for testing the processing of multi-level dependencies.
|
|
|
|
Consists of the following charts:
|
|
|
|
- Library Chart
|
|
- App Chart (Uses Library Chart as dependecy, 2x: app1/app2)
|
|
- Umbrella Chart (Has all the app charts as dependencies)
|
|
|
|
The precendence is as follows: `library < app < umbrella`
|
|
|
|
Catches two use-cases:
|
|
|
|
- app overwriting library (app2)
|
|
- umbrella overwriting app and library (app1)
|