Study. uk . com
  1. Home
  2. All questions
  3. Question 118

CKA study material · question 118 of 1000

How can a subchart be switched off without editing the parent chart?

  1. By giving the dependency a condition that resolves to a boolean value
  2. By setting its version to zero
  3. By adding it to .helmignore
  4. By deleting it from the charts/ directory
Show the answer

Answer: A. By giving the dependency a condition that resolves to a boolean value

A dependency's condition names a values path resolving to a boolean, enabling or disabling the subchart.

Source: Charts | Helm (Helm) — The Chart.yaml File

Challenge yourself on this topic → Study as cards