fluent / helm-charts

Helm Charts for Fluentd and Fluent Bit
Apache License 2.0
378 stars 451 forks source link

Broken Link in Fluent Operator Helm Chart Documentation #559

Open leehosu opened 4 days ago

leehosu commented 4 days ago

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.

leehosu commented 4 days ago

I would like to work on this issue and submit a fix. I'll update the link to point to the correct Kubernetes documentation regarding node selectors. Please let me know if that's okay, and I'll proceed with the changes.