🔥 3-day streak
Certified Kubernetes Administrator (CKA)29 / 125
Question 29 of 125

You are deploying an application named 'billing' with Helm. The chart's values.yaml sets 'replicaCount: 2'. Your team maintains an environment file prod-values.yaml that sets 'replicaCount: 4'. During a hotfix rollout you run: helm install billing ./billing-chart -f prod-values.yaml --set replicaCount=6. After the release completes, how many replicas will the Deployment be configured with, and why?

Reviewed for accuracy · Report an issueNext question