[WIP] Support custom components' scheduling
Created by: pixiake
Supports configuring global or individual custom scheduling policies for components.
Expose affinity
/ tolerations
/ nodeSelector
as configurable items for each component
example:
auditing:
enabled: false
affinity: {}
tolerations: {}
nodeSelector: {}
operator:
resources: {}
webhook:
resources: {}
Signed-off-by: pixiake guofeng@yunify.com