test-mirrors/charts/k8s-monitoring/charts/alloy/ci/nodeselectors-and-tolerations-values.yaml

12 lines
223 B
YAML
Raw Normal View History

controller:
nodeSelector:
key1: "value1"
tolerations:
- key: "key1"
operator: "Equal"
value: "value1"
effect: "NoSchedule"
- key: "key2"
operator: "Exists"
effect: "NoSchedule"