Hello,
I noticed that in the Fluent Operator Helm chart values.yaml file, there's a broken link. Specifically, in the comment section for nodeSelector configuration:
# nodeSelector configuration for Fluent Operator. Ref: https://kubernetes.io/docs/user-guide/node-selection/
nodeSelector: {}
The provided link leads to a 404 error page. It seems like the correct URL should point to an updated or existing Kubernetes documentation page regarding node selectors, such as this one.