We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 931571b + 0c8b455 commit 8e58e7aCopy full SHA for 8e58e7a
1 file changed
controllers/fluentbitconfig_controller.go
@@ -163,5 +163,6 @@ func (r *FluentBitConfigReconciler) SetupWithManager(mgr ctrl.Manager) error {
163
Watches(&source.Kind{Type: &logging.Input{}}, &handler.EnqueueRequestForObject{}).
164
Watches(&source.Kind{Type: &logging.Filter{}}, &handler.EnqueueRequestForObject{}).
165
Watches(&source.Kind{Type: &logging.Output{}}, &handler.EnqueueRequestForObject{}).
166
+ Watches(&source.Kind{Type: &logging.Parser{}}, &handler.EnqueueRequestForObject{}).
167
Complete(r)
168
}
0 commit comments