DevOps · Flashcard

What is a subchart in Helm?

  • AA chart packaged as a dependency of another chart
  • BA trimmed copy of a chart with fewer templates
  • CA chart that holds only values and no templates
  • DA chart rendered after the parent chart is removed

Why this is the answer

A subchart is a dependency chart nested under a parent chart and deployed with it. It is a full chart, not a stripped-down or values-only variant.

Official docs
Study in Gnoseed →