Skip to content

wrong USAGE_STATS_ENABLED in clickstack helm chart #157

@akalitenya

Description

@akalitenya

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions