We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9c8ab commit 74ccc5aCopy full SHA for 74ccc5a
internal/controller/datadogagent/component/agent/default.go
@@ -126,7 +126,7 @@ func agentSingleContainer(dda metav1.Object) []corev1.Container {
126
VolumeMounts: volumeMountsForCoreAgent(),
127
LivenessProbe: v2alpha1.GetDefaultLivenessProbe(),
128
ReadinessProbe: v2alpha1.GetDefaultReadinessProbe(),
129
- StartupProbe: v2alpha1.GetDefaultStartupProbe(), // do we want this here?
+ StartupProbe: v2alpha1.GetDefaultStartupProbe(),
130
}
131
132
containers := []corev1.Container{
0 commit comments