From 3be86bcfc0a13b0ba6b75dc2d861ad3a75dceb7d Mon Sep 17 00:00:00 2001 From: Adam H Griffith Date: Thu, 15 Feb 2024 11:40:42 -0700 Subject: [PATCH] Chart variable opentelemetryCollector var now '' for all envs. --- resources/chart/vars/local/values.yml | 4 ---- resources/chart/vars/values.yml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/resources/chart/vars/local/values.yml b/resources/chart/vars/local/values.yml index 89e37b2..142ae12 100644 --- a/resources/chart/vars/local/values.yml +++ b/resources/chart/vars/local/values.yml @@ -14,7 +14,3 @@ portalDebug: 'True' portalEndpoint: 'portal.minikube.test:30008' # portalReplicaCount is the replica count for the Portal deployment portalReplicaCount: 1 - -# opentelemetryLocalEndpoint gives the uri for the local opentelemetry collector -# in the same namespace -opentelemetryCollector: "" diff --git a/resources/chart/vars/values.yml b/resources/chart/vars/values.yml index b371bb0..7281efc 100644 --- a/resources/chart/vars/values.yml +++ b/resources/chart/vars/values.yml @@ -20,4 +20,4 @@ globusRedirectURIScheme: 'https' portalPort: '5050' # opentelemetryCollector gives the uri for the opentelemetry collector -opentelemetryCollector: "https://otel-collector.telemetry.slateci.io:443" +opentelemetryCollector: ''