🔥 3-day streak
Kubernetes and Cloud Native Associate65 / 142
Question 65 of 142

Your team distributes a Helm chart that other teams install with their own values. Recently, a colleague accidentally set 'replicaCount' to the string "three" instead of an integer, and the chart rendered invalid manifests that failed only at 'helm install' time with a confusing error. You want the chart itself to reject bad input early with a clear message, without writing custom template logic. What should you add to the chart?

Reviewed for accuracy · Report an issueNext question