Skip to content

Commit 2eb7e67

Browse files
committed
Fix bug in logrotate mounting
logrotate conf should be optional
1 parent bc02379 commit 2eb7e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/collector/instance.go

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ func AddToPod(
152152
Key: "logrotate.conf",
153153
Path: "logrotate.conf",
154154
}},
155+
Optional: initialize.Bool(true),
155156
},
156157
}},
157158
}

0 commit comments

Comments
 (0)