Initial commit
This commit is contained in:
11
charts/alloy/ci/nodeselectors-and-tolerations-values.yaml
Normal file
11
charts/alloy/ci/nodeselectors-and-tolerations-values.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
controller:
|
||||
nodeSelector:
|
||||
key1: "value1"
|
||||
tolerations:
|
||||
- key: "key1"
|
||||
operator: "Equal"
|
||||
value: "value1"
|
||||
effect: "NoSchedule"
|
||||
- key: "key2"
|
||||
operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
Reference in New Issue
Block a user