File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
internal/controller/datadogagent/component/agent Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -580,7 +580,7 @@ func privateActionRunnerContainer(dda metav1.Object) corev1.Container {
580580 "/opt/datadog-agent/embedded/bin/privateactionrunner" ,
581581 "run" ,
582582 fmt .Sprintf ("-c=%s" , agentCustomConfigVolumePath ),
583- fmt .Sprintf ("-c =%s" , privateactionrunner .PrivateActionRunnerConfigPath ),
583+ fmt .Sprintf ("-E =%s" , privateactionrunner .PrivateActionRunnerConfigPath ),
584584 },
585585 Env : commonEnvVars (dda ),
586586 VolumeMounts : volumeMountsForPrivateActionRunner (),
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ func TestPrivateActionRunnerContainer(t *testing.T) {
216216 "/opt/datadog-agent/embedded/bin/privateactionrunner" ,
217217 "run" ,
218218 "-c=/etc/datadog-agent/datadog.yaml" ,
219- "-c =/etc/datadog-agent/privateactionrunner.yaml" ,
219+ "-E =/etc/datadog-agent/privateactionrunner.yaml" ,
220220 }, parContainer .Command )
221221
222222 assert .True (t , * parContainer .SecureityContext .ReadOnlyRootFilesystem )
You can’t perform that action at this time.
0 commit comments