Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jaeger] add extraArgs and extraEnv to hotrod #463

Merged
merged 1 commit into from
May 22, 2023

Conversation

fernferret
Copy link
Contributor

What this PR does

  • Default the args in the container to "all". This is the current default in the container.
  • Allow extra arguments to be added to the hotrod container
  • Allow environment variables to be added to the hotrod container

Which issue this PR fixes

Checklist

  • DCO signed
  • Commits are GPG signed
  • Chart Version bumped
  • Title of the PR starts with chart name ([jaeger] or [jaeger-operator])
  • README.md has been updated to match version/contain new values

* Default the args in the container to "all" which is the current default from the container
* Allow any extra arguments to be added
* Allow any environment variables to be added
* Add readme entry to show how this could be done

Signed-off-by: Eric Stokes <[email protected]>
@pavelnikolov pavelnikolov merged commit 312d55a into jaegertracing:main May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Allow hotrod export traces to other collectors, such as OTLP
2 participants