Helm-charts: Unable to specify roles.master false

Created on 20 Mar 2020  路  1Comment  路  Source: elastic/helm-charts

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 : error calling eq: incompatible types for comparison

The other two parameters ingest and data can be set to true or false with no issues.

Most helpful comment

It works with --set-string

https://github.com/helm/helm/issues/2848

>All comments

It works with --set-string

https://github.com/helm/helm/issues/2848

Was this page helpful?
0 / 5 - 0 ratings

Related issues

milijander88 picture milijander88  路  5Comments

4nte picture 4nte  路  4Comments

diversario picture diversario  路  7Comments

naseemkullah picture naseemkullah  路  6Comments

dperetti picture dperetti  路  4Comments