This repository was archived by the owner on Mar 2, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
clickstack/templates/configmaps
hdx-oss-v2/templates/configmaps Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " helm-charts " : patch
3+ ---
4+
5+ fix default values for USAGE_STATS_ENABLED and RUN_SCHEDULED_TASKS_EXTERNALLY
Original file line number Diff line number Diff line change 1414 MINER_API_URL : " http://{{ include " clickstack.fullname" . }}-miner:5123"
1515 MONGO_URI : " {{ tpl .Values.hyperdx.mongoUri . }}"
1616 OTEL_SERVICE_NAME : " hdx-oss-api"
17- USAGE_STATS_ENABLED : " {{ .Values.hyperdx.usageStatsEnabled | default true }}"
18- RUN_SCHEDULED_TASKS_EXTERNALLY : " {{ .Values.tasks.enabled | default false }}"
17+ USAGE_STATS_ENABLED : " {{ .Values.hyperdx.usageStatsEnabled }}"
18+ RUN_SCHEDULED_TASKS_EXTERNALLY : " {{ .Values.tasks.enabled }}"
1919 OPAMP_PORT : " {{ .Values.hyperdx.opampPort }}"
2020 OTEL_EXPORTER_OTLP_ENDPOINT : " {{ tpl .Values.hyperdx.otelExporterEndpoint . }}"
Original file line number Diff line number Diff line change 1414 MINER_API_URL : " http://{{ include " hdx-oss.fullname" . }}-miner:5123"
1515 MONGO_URI : " {{ tpl .Values.hyperdx.mongoUri . }}"
1616 OTEL_SERVICE_NAME : " hdx-oss-api"
17- USAGE_STATS_ENABLED : " {{ .Values.hyperdx.usageStatsEnabled | default true }}"
18- RUN_SCHEDULED_TASKS_EXTERNALLY : " {{ .Values.tasks.enabled | default false }}"
17+ USAGE_STATS_ENABLED : " {{ .Values.hyperdx.usageStatsEnabled }}"
18+ RUN_SCHEDULED_TASKS_EXTERNALLY : " {{ .Values.tasks.enabled }}"
1919 OPAMP_PORT : " {{ .Values.hyperdx.opampPort }}"
2020 OTEL_EXPORTER_OTLP_ENDPOINT : " {{ tpl .Values.hyperdx.otelExporterEndpoint . }}"
You can’t perform that action at this time.
0 commit comments