github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-023_validate_node_placement/03-node-placement-with-toleration.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: ArgoCD
     3  metadata:
     4    name: example-argocd
     5    labels:
     6      example: basic
     7  spec:
     8    nodePlacement:
     9      nodeSelector:
    10        key1: value1
    11      tolerations: 
    12      - key: key1
    13        operator: Equal
    14        value: value1
    15        effect: NoSchedule
    16