Skip to content

Commit 8a954f8

Browse files
authored
fix(fluent-operator): broken link about nodeselector (#1626)
Signed-off-by: leehosu <[email protected]>
1 parent 5aba475 commit 8a954f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/fluent-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ operator:
3131
# If set to false, this will disable the creation of ClusterRole, ClusterRoleBinding,
3232
# Deployment, and ServiceAccount resources to avoid conflicts when deploying multiple instances.
3333
enable: true
34-
# nodeSelector configuration for Fluent Operator. Ref: https://kubernetes.io/docs/user-guide/node-selection/
34+
# nodeSelector configuration for Fluent Operator. Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector
3535
nodeSelector: {}
3636
# affinity configuration for Fluent Operator. Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity
3737
affinity: {}

0 commit comments

Comments
 (0)