- Home
- All questions
- Question 107
CKA study material · question 107 of 1000
Where does Helm persist the values supplied with --set for a release?
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