Skip to content

wrong USAGE_STATS_ENABLED in clickstack helm chart #157

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions