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

CKA study material · question 106 of 1000

A chart is installed with both --values and --set supplying the same key. Which wins?

  1. The chart default
  2. The value from --set
  3. The value from --values
  4. The installation fails with a conflict
Show the answer

Answer: B. The value from --set

Where both appear, --set values are merged into the --values content with higher precedence.

Source: Using Helm | Helm (Helm) — Customizing the Chart Before Installing

Challenge yourself on this topic → Study as cards