From d37b518da698416c8fd4fb45291a8ba974aeb538 Mon Sep 17 00:00:00 2001 From: Ankit Nayan Date: Thu, 7 Jan 2021 16:29:05 +0530 Subject: [PATCH] removed use of env in helm --- deploy/kubernetes/platform/signoz-charts/frontend/values.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/deploy/kubernetes/platform/signoz-charts/frontend/values.yaml b/deploy/kubernetes/platform/signoz-charts/frontend/values.yaml index a9324f10ea..eb08744919 100644 --- a/deploy/kubernetes/platform/signoz-charts/frontend/values.yaml +++ b/deploy/kubernetes/platform/signoz-charts/frontend/values.yaml @@ -12,9 +12,6 @@ imagePullSecrets: [] nameOverride: "" fullnameOverride: "" -configVars: - REACT_APP_QUERY_SERVICE_URL: http://localhost:3000/api/v1/ - config: name: signoz-nginx-config queryServiceUrl: signoz-query-service:8080