Like a config file for a video game — the game engine (templates) is unchanged, settings (values) vary per player.
values.yaml is the configuration for your Helm chart. All environment-specific differences (image tag, replicas, host) live here — templates stay clean.
> values.yaml loaded > replicaCount: 2 > image.tag: "1.5.0" > Override with: -f values-prod.yaml
Like a config file for a video game — the game engine (templates) is unchanged, settings (values) vary per player.
values.yaml is the configuration for your Helm chart. All environment-specific differences (image tag, replicas, host) live here — templates stay clean.
> values.yaml loaded > replicaCount: 2 > image.tag: "1.5.0" > Override with: -f values-prod.yaml
Sign in to cast your vote
Sign in to share your feedback and join the discussion.