Skip to content

Commit

Permalink
Disable Deployment and Replicaset enrichment by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gizas committed Oct 4, 2023
1 parent 2cc3dcb commit 295cd10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/metadata/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func GetDefaultResourceMetadataConfig() *AddResourceMetadataConfig {
return &AddResourceMetadataConfig{
Node: metaCfg,
Namespace: metaCfg,
Deployment: true,
CronJob: true,
Deployment: false,
CronJob: false,
}
}

0 comments on commit 295cd10

Please sign in to comment.