Which mechanism lets a parent chart share one value, such as an image registry, with all of its subcharts without duplicating it under each subchart key?
Values under `global` are propagated to all charts in the dependency tree, so parent and subcharts alike read .Values.global.imageRegistry. Normal parent values are only visible to a subchart when nested under that subchart name, so global is the mechanism for cross-cutting settings.
🌊 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.