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

CKA study material · question 107 of 1000

Where does Helm persist the values supplied with --set for a release?

  1. In an annotation on each created object
  2. In a ConfigMap in the release namespace
  3. In a Secret
  4. In the chart's values.yaml
Show the answer

Answer: C. In a Secret

Values set with --set are persisted in a Secret and can be read back with helm get values.

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

Challenge yourself on this topic → Study as cards