You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/pkg/chartutil/testdata/three-level-dependent-chart
Aram Zegerius 752aa6d462
Simplify testdata charts
3 years ago
..
umbrella Simplify testdata charts 3 years ago
README.md Add tests for multi-level dependencies. 3 years ago

README.md

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)