# Helm chart issue

**URL:** https://forum.yugabyte.com/t/helm-chart-issue/4345
**Category:** General
**Created:** [April 10, 2025, 11:16pm UTC](https://forum.yugabyte.com/t/helm-chart-issue/4345 "2025-04-10T23:16:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![simonpg](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.yugabyte.com/simonpg/32/941_2.png) [@simonpg](https://forum.yugabyte.com/u/simonpg)
#### Post date: [April 10, 2025, 11:16pm UTC](https://forum.yugabyte.com/t/helm-chart-issue/4345/1 "2025-04-10T23:16:59Z")

</div>

I should create an issue on GitHub, but I have never done that; and so I’m reporting here.  
**Version**

- helm chart: 2024.2.2
- yugabyte: 2024.2.2.1-b6

**Steps to reproduce**

Override values file used to produce this state:

```auto
gflags:
  tserver:
    ysql_enable_auth: true
tserver:
  readinessProbe:
    enabled: true

```

Command line:  
helm template yugabytedb/yugabyte -f values.yaml \> yugabyte.yaml

**Observed behavior**

`Error: template: yugabyte/templates/service.yaml:93:63: executing "yugabyte/templates/service.yaml" at <include "yugabyte.tserver.readinessProbe" $root>: error calling include: template: yugabyte/templates/_helpers.tpl:574:54: executing "yugabyte.tserver.readinessProbe" at <eq .Values.gflags.tserver.ysql_enable_auth "true">: error calling eq: incompatible types for comparison`

I hope that provides enough information.

---

<div class="post-metadata">

### Author: ![Aman\_Nijhawan](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.yugabyte.com/aman_nijhawan/32/675_2.png) [@Aman\_Nijhawan](https://forum.yugabyte.com/u/Aman_Nijhawan)
#### Post date: [April 10, 2025, 11:45pm UTC](https://forum.yugabyte.com/t/helm-chart-issue/4345/2 "2025-04-10T23:45:41Z")

</div>

> [@simonpg](#):
>
> helm template yugabytedb/yugabyte -f values.yaml \> yugabyte.yaml

Thanks for the issue @simonpg we will reproduce it and fix it. I have filed a github tracking issue for this

> <https://github.com/yugabyte/charts/issues/202>
>
> values.yaml overrides
> \`\`\`
> 
> gflags:
> tserver:
> ysql\_enable\_auth: true
> tserver…:
> readinessProbe:
> enabled: true
> \`\`\`
> 
> Command line:
> \`\`\`
> helm template yugabytedb/yugabyte -f values.yaml \> yugabyte.yaml
> \`\`\`
> Observed behavior
> \`\`\`
> Error: template: yugabyte/templates/service.yaml:93:63: executing "yugabyte/templates/service.yaml" at \<include "yugabyte.tserver.readinessProbe" $root\>: error calling include: template: yugabyte/templates/\_helpers.tpl:574:54: executing "yugabyte.tserver.readinessProbe" at \<eq .Values.gflags.tserver.ysql\_enable\_auth "true"\>: error calling eq: incompatible types for comparison
> \`\`\`

---

<div class="post-metadata">

### Author: ![simonpg](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.yugabyte.com/simonpg/32/941_2.png) [@simonpg](https://forum.yugabyte.com/u/simonpg)
#### Post date: [April 11, 2025, 1:29am UTC](https://forum.yugabyte.com/t/helm-chart-issue/4345/3 "2025-04-11T01:29:30Z")

</div>

How exciting! Every little bit helps!
