Skip to content

Commit 3a72468

Browse files
committed
remove useless
1 parent 9d0d447 commit 3a72468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/hdx-oss-v2/templates/configmaps/app-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ data:
1313
HYPERDX_APP_URL: "{{ .Values.hyperdx.appUrl }}"
1414
HYPERDX_LOG_LEVEL: "{{ .Values.hyperdx.logLevel }}"
1515
MINER_API_URL: "http://{{ include "hdx-oss.fullname" . }}-miner:5123"
16-
MONGO_URI: {{ .Values.hyperdx.mongoUri | default (printf ...) }}
16+
MONGO_URI: {{ .Values.hyperdx.mongoUri }}
1717
NEXT_PUBLIC_SERVER_URL: "http://localhost:{{ .Values.hyperdx.apiPort }}"
1818
OTEL_SERVICE_NAME: "hdx-oss-api"
1919
USAGE_STATS_ENABLED: "{{ .Values.hyperdx.usageStatsEnabled | default true }}"

0 commit comments

Comments
 (0)