Skip to content

Commit

Permalink
Chart variable opentelemetryCollector var now '' for all envs.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhgriffith-uofu committed Feb 15, 2024
1 parent 86eb21b commit 3be86bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions resources/chart/vars/local/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
2 changes: 1 addition & 1 deletion resources/chart/vars/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''

0 comments on commit 3be86bc

Please sign in to comment.