Daily challenges →
⎈ Helm medium ⚡ 55 XP

helm install runs with values.yaml in the chart, a `-f custom.yaml` file, and `--set image.tag=v2`. If all three define image.tag, which value wins?

Precedence from lowest to highest is: chart values.yaml, then -f files (later files override earlier ones), then --set/--set-string/--set-file flags. Scalar conflicts are replaced outright, not merged.

🌊 This is a free sample — 1015+ more questions on DevOps Ocean

Sign in free to practice the full question bank with daily challenges, XP, streaks, duels and a global leaderboard.

Practice the full bank — free →