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

CKA study material · question 108 of 1000

Which command clears values that were previously applied with --set?

  1. helm upgrade with --reset-values
  2. helm uninstall --keep-history
  3. helm rollback with --cleanup
  4. helm get values --purge
Show the answer

Answer: A. helm upgrade with --reset-values

Running helm upgrade with --reset-values clears values that had been set on the command line.

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

Challenge yourself on this topic → Study as cards