Kubernetes - Helm Package Manager
Which of the following is the correct syntax to reference a value named
replicaCount from values.yaml inside a Helm template?replicaCount from values.yaml inside a Helm template?.Values object followed by the key name.replicaCount{{ .Values.replicaCount }} to get the value from values.yaml..Values.key to access values [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions