-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add new helm command. #24905
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
Add new helm command. #24905
Conversation
Preview links (active after the
|
helm upgrade -i <RELEASE_NAME> datadog/datadog \ | ||
-f datadog-values.yaml \ | ||
--set-file datadog.otelCollector.config=otel-config.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't replace it. Add it as additional command, in case customers want to bring their own collector config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, gotcha. Fixed! Let me know if you have any other feedback.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Not sure why Vale failed. Rerunning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
* Add new helm command. * Use both commands.
What does this PR do? What is the motivation?
Merge instructions
Additional notes