Skip to content

Commit

Permalink
upgrade(clusterchecksrunner): Disable Remote Config (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteFoy authored Oct 12, 2023
1 parent 631e348 commit ed6edbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions controllers/datadogagent/clusterchecksrunner.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@ func getEnvVarsForClusterChecksRunner(dda *datadoghqv1alpha1.DatadogAgent) []cor
Name: apicommon.DDClcRunnerEnabled,
Value: "true",
},
{
Name: apicommon.DDRemoteConfigurationEnabled,
Value: "false",
},
{
Name: apicommon.DDClcRunnerHost,
ValueFrom: &corev1.EnvVarSource{
Expand Down
4 changes: 4 additions & 0 deletions controllers/datadogagent/clusterchecksrunner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ func clusterChecksRunnerDefaultEnvVars() []corev1.EnvVar {
Name: "DD_APM_ENABLED",
Value: "false",
},
{
Name: "DD_REMOTE_CONFIGURATION_ENABLED",
Value: "false",
},
{
Name: "DD_LOG_LEVEL",
Value: "INFO",
Expand Down

0 comments on commit ed6edbb

Please sign in to comment.