File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " helm-charts " : patch
3+ ---
4+
5+ fix: rename CRON_IN_APP_DISABLED to RUN_SCHEDULED_TASKS_EXTERNALLY
Original file line number Diff line number Diff line change 2020 MONGO_URI : " {{ tpl .Values.hyperdx.mongoUri . }}"
2121 OTEL_SERVICE_NAME : " hdx-oss-api"
2222 USAGE_STATS_ENABLED : " {{ .Values.hyperdx.usageStatsEnabled | default true }}"
23- CRON_IN_APP_DISABLED : " {{ .Values.tasks.enabled | default false }}"
23+ RUN_SCHEDULED_TASKS_EXTERNALLY : " {{ .Values.tasks.enabled | default false }}"
2424 OPAMP_PORT : " {{ .Values.hyperdx.opampPort }}"
2525 OTEL_EXPORTER_OTLP_ENDPOINT : " {{ tpl .Values.hyperdx.otelExporterEndpoint . }}"
Original file line number Diff line number Diff line change 3131 value : " production"
3232 - name : OTEL_SERVICE_NAME
3333 value : " hdx-oss-task-check-alerts"
34+ - name : APP_TYPE
35+ value : " scheduled-task"
3436 resources :
3537 {{- toYaml .Values.tasks.checkAlerts.resources | nindent 16 }}
3638{{- end }}
Original file line number Diff line number Diff line change 3636 path : data.USAGE_STATS_ENABLED
3737 value : " true"
3838 - equal :
39- path : data.CRON_IN_APP_DISABLED
39+ path : data.RUN_SCHEDULED_TASKS_EXTERNALLY
4040 value : " false"
4141 - matchRegex :
4242 path : data.MONGO_URI
8585 asserts :
8686 - equal :
8787 path : data.FRONTEND_URL
88- value : " http://custom-host:4000"
88+ value : " http://custom-host:4000"
You can’t perform that action at this time.
0 commit comments