Skip to content

Commit

Permalink
Merge pull request #19 from newrelic-experimental/dotnet-windows
Browse files Browse the repository at this point in the history
fix:Update dotnetedgewindows.go
  • Loading branch information
andrew-lozoya authored Nov 21, 2024
2 parents ab92580 + c49ed33 commit d044494
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/apm/dotnetedgewindows.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,6 @@ func (i DotnetEdgeWindowsInjector) Inject(ctx context.Context, inst v1alpha2.Ins
EmptyDir: &corev1.EmptyDirVolumeSource{},
},
},
corev1.Volume{
Name: "scripts-volume",
VolumeSource: corev1.VolumeSource{
EmptyDir: &corev1.EmptyDirVolumeSource{},
},
},
)
}

Expand Down

0 comments on commit d044494

Please sign in to comment.