Skip to content

Commit

Permalink
remove unused function from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tbavelier committed Feb 13, 2025
1 parent 1690dc1 commit b419d53
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions internal/controller/datadogagent/override/global_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,16 +362,6 @@ func getExpectedVolumes(configs ...volumeConfig) []*corev1.Volume {
return volumes
}

func getDefaultVolumeMounts() []*corev1.VolumeMount {
return []*corev1.VolumeMount{
{
Name: common.KubeletPodResourcesVolumeName,
MountPath: podResourcesSocket,
ReadOnly: false,
},
}
}

func getExpectedVolumeMounts(configs ...volumeConfig) []*corev1.VolumeMount {
mounts := []*corev1.VolumeMount{}

Expand Down

0 comments on commit b419d53

Please sign in to comment.