Skip to content

Commit 74ccc5a

Browse files
committed
fix lint
1 parent 9c9c8ab commit 74ccc5a

File tree

1 file changed

+1
-1
lines changed
  • internal/controller/datadogagent/component/agent

1 file changed

+1
-1
lines changed

internal/controller/datadogagent/component/agent/default.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func agentSingleContainer(dda metav1.Object) []corev1.Container {
126126
VolumeMounts: volumeMountsForCoreAgent(),
127127
LivenessProbe: v2alpha1.GetDefaultLivenessProbe(),
128128
ReadinessProbe: v2alpha1.GetDefaultReadinessProbe(),
129-
StartupProbe: v2alpha1.GetDefaultStartupProbe(), // do we want this here?
129+
StartupProbe: v2alpha1.GetDefaultStartupProbe(),
130130
}
131131

132132
containers := []corev1.Container{

0 commit comments

Comments
 (0)