We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c427a1 + 35dc336 commit 4a5ad56Copy full SHA for 4a5ad56
cluster/syncer/statefulset.go
@@ -402,7 +402,7 @@ func (s *StatefulSetSyncer) ensurePodSpec() corev1.PodSpec {
402
if s.Spec.PodSpec.SlowLogTail {
403
containers = append(containers, container.EnsureContainer(utils.ContainerSlowLogName, s.Cluster))
404
}
405
- if s.Spec.PodSpec.SlowLogTail {
+ if s.Spec.PodSpec.AuditLogTail {
406
containers = append(containers, container.EnsureContainer(utils.ContainerAuditLogName, s.Cluster))
407
408
0 commit comments