Skip to content

Commit

Permalink
fix auth header variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcrouse committed Mar 13, 2024
1 parent 0be699c commit 79a2dac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/kube-otel-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1248,9 +1248,9 @@ opampBridge:
image: "ghcr.io/open-telemetry/opentelemetry-operator/operator-opamp-bridge:main"
endpoint: "wss://opamp.lightstep.com/v1/opamp"
headers:
"Authorization": "<lightstep api key>"
"Authorization": "bearer ${LIGHTSTEP_OPAMP_API_KEY}"
env:
- name: LIGHTSTEP_API_KEY
- name: LIGHTSTEP_OPAMP_API_KEY
value: "[INSERT THIS VALUE]"
capabilities:
AcceptsOpAMPConnectionSettings: true
Expand Down
4 changes: 2 additions & 2 deletions charts/otel-cloud-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -751,9 +751,9 @@ opampBridge:
image: "ghcr.io/open-telemetry/opentelemetry-operator/operator-opamp-bridge:main"
endpoint: "wss://opamp.lightstep.com/v1/opamp"
headers:
"Authorization": "<lightstep api key>"
"Authorization": "bearer ${LIGHTSTEP_OPAMP_API_KEY}"
env:
- name: LIGHTSTEP_API_KEY
- name: LIGHTSTEP_OPAMP_API_KEY
value: "[INSERT THIS VALUE]"
capabilities:
AcceptsOpAMPConnectionSettings: true
Expand Down

0 comments on commit 79a2dac

Please sign in to comment.