Chart version:
7.6.1
Kubernetes version:
1.14.8
Kubernetes provider: E.g. GKE (Google Kubernetes Engine)
AKS
Helm Version:
v2.15.1
Unable to set roles.master=false inline:
helm install elasctic/elasticsearch --set clusterName=esn-01 --set roles.master=false --set roles.data=true --set roles.ingest=false
Error: render error in "elasticsearch/templates/statefulset.yaml": template: elasticsearch/templates/statefulset.yaml:241:17: executing "elasticsearch/templates/statefulset.yaml" at
The other two parameters ingest and data can be set to true or false with no issues.
It works with --set-string
Most helpful comment
It works with --set-string
https://github.com/helm/helm/issues/2848