ClickHouse / ClickHouse/ClickStack-helm-charts
wrong USAGE_STATS_ENABLED in clickstack helm chart
Open
- Dominant language
- Shell
- Stars
- 75
- Forks
- 54
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 7
Description
USAGE_STATS_ENABLED: "{{ .Values.hyperdx.usageStatsEnabled | default true }}"
if usageStatsEnabled set to false (not string) in values.yaml - then USAGE_STATS_ENABLED templated with "true"
solution:
USAGE_STATS_ENABLED: "{{ .Values.hyperdx.usageStatsEnabled }}" - it will default to value set in default values.yaml. No need for
" | default true " suffix
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.