[ACTP] Use extra path to load sequentially#2649
Merged
merchristK merged 3 commits intomainfrom Feb 25, 2026
Merged
Conversation
1d09f7a to
71e5f58
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2649 +/- ##
=======================================
Coverage 38.43% 38.43%
=======================================
Files 305 305
Lines 26276 26276
=======================================
Hits 10098 10098
Misses 15425 15425
Partials 753 753
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
wdhif
approved these changes
Feb 25, 2026
tbavelier
approved these changes
Feb 25, 2026
dd-gplassard
approved these changes
Feb 25, 2026
Contributor
dd-gplassard
left a comment
There was a problem hiding this comment.
Sorry about that, thanks !
32aff8f to
5d06d26
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What does this PR do?
Use extra config for privateactionrunner in node agent.
Motivation
When creating the privateactionrunner container in the node agent, we use
-c datadog.yaml -c privateactionrunner.yaml! This is wrong becauseprivateactionrunner.yamloverrides completely what was indatadog.yaml. The PAR supports-cfor the default config and-Efor any extra config added sequentially. See https://github.com/DataDog/datadog-agent/blob/7d218c7ab078722c59f6acbb6db918dadeca6794/cmd/privateactionrunner/command/command.go#L48-L49Additional Notes
Anything else we should know when reviewing?
Minimum Agent Versions
Are there minimum versions of the Datadog Agent and/or Cluster Agent required?
Describe your test plan
Built the operator locally and deployed in docker-desktop ! I've then exec-ed into the pod and checked the config
Checklist
bug,enhancement,refactoring,documentation,tooling, and/ordependenciesqa/skip-qalabel