fleet icon indicating copy to clipboard operation
fleet copied to clipboard

helm set the bootstrap agent's node selector

Open hyec opened this issue 1 year ago • 0 comments

Is there any option for fleet chart to set the agent's nodeSelector?

here's my helm value:

    bootstrap:
      enabled: true
      repo: https://github.com/rancher/fleet-examples
      secret: ssh-key
      branch: master
      paths: example
    nodeSelector:
      example.com/deploy_fleet: "true"

I want set the agent to deploy on example.com/deploy_fleet: "true" nodes only

hyec avatar Nov 06 '24 09:11 hyec