Files
devops-infra-helm-charts-gcp/helm-templates/alloy/ci/nodeselectors-and-tolerations-values.yaml
2026-08-26 03:39:42 +05:30

12 lines
223 B
YAML

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