Skip to content

Commit

Permalink
maint: Adds HTTP headers example to values.yaml (#299)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

Updates the example helm-chart to show how to configure additional HTTP
headers to be extracted.

- Implemented in
honeycombio/honeycomb-network-agent#277

## Short description of the changes
- Update example values.yaml with commented out config that shows how to
set additional HTTP headers to extract

## How to verify that this has the expected result
The values.yaml show how to set additional headers to extract.
  • Loading branch information
MikeGoldsmith authored Oct 15, 2023
1 parent 914dc66 commit ff8143b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/network-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ resources: {}
extraEnvVars:
# - name: ENV_VAR
# value: value
# Configures the list of HTTP headers to be recorded from requests/responses.
# - name: HTTP_HEADERS
# value: header1,header2

0 comments on commit ff8143b

Please sign in to comment.