Skip to content

Commit 8e58e7a

Browse files
author
Benjamin Huo
authored
Merge pull request #35 from huanggze/master
fix parser is not being watched
2 parents 931571b + 0c8b455 commit 8e58e7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

controllers/fluentbitconfig_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,6 @@ func (r *FluentBitConfigReconciler) SetupWithManager(mgr ctrl.Manager) error {
163163
Watches(&source.Kind{Type: &logging.Input{}}, &handler.EnqueueRequestForObject{}).
164164
Watches(&source.Kind{Type: &logging.Filter{}}, &handler.EnqueueRequestForObject{}).
165165
Watches(&source.Kind{Type: &logging.Output{}}, &handler.EnqueueRequestForObject{}).
166+
Watches(&source.Kind{Type: &logging.Parser{}}, &handler.EnqueueRequestForObject{}).
166167
Complete(r)
167168
}

0 commit comments

Comments
 (0)