Skip to content

Commit

Permalink
change sync delay to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Dec 20, 2024
1 parent 137220d commit a4f0b7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ func otelAgentContainer(_ metav1.Object) corev1.Container {
"otel-agent",
"--config=" + v2alpha1.OtelCustomConfigVolumePath,
"--core-config=" + v2alpha1.AgentCustomConfigVolumePath,
"--sync-delay=10s",
"--sync-delay=30s",
},
Env: []corev1.EnvVar{},
VolumeMounts: volumeMountsForOtelAgent(),
Expand Down

0 comments on commit a4f0b7c

Please sign in to comment.