About this format
Helm uses values.yaml to provide customizable parameters for Kubernetes chart templates.
Example Data
replicaCount: 2
image:
repository: my-app
tag: "1.2.3"
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 80When to use Helm values.yaml
- Configuring application deployments
- Setting environment-specific variables
- Tuning resource limits