helm/pkg/chartutil/testdata/three-level-dependent-chart
Aram Zegerius 752aa6d462 Simplify testdata charts
Signed-off-by: Aram Zegerius <aram@zegeri.us>
Signed-off-by: Ankita Bhopatkar <ankitabhopatkar13@gmail.com>
2021-09-14 10:34:35 +02:00
..
umbrella Simplify testdata charts 2021-09-14 10:34:35 +02:00
README.md Add tests for multi-level dependencies. 2021-09-10 15:49:05 +02:00

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)