Skip to content

Commit

Permalink
Fix TELEMETRY_ENDPOINT_INSECURE
Browse files Browse the repository at this point in the history
  • Loading branch information
pleshakov committed Mar 13, 2024
1 parent c6aa8ae commit 746abad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
args: build --snapshot --clean
env:
TELEMETRY_ENDPOINT: otel-collector-opentelemetry-collector.collector.svc.cluster.local:4317
TELEMETRY_ENDPOINT_INSECURE: "false"
TELEMETRY_ENDPOINT_INSECURE: "true"

- name: Build NGF Docker Image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
Expand Down

0 comments on commit 746abad

Please sign in to comment.