Commit f9343a29 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: README global node selector (#504)

parent 181dd04c
......@@ -634,9 +634,9 @@ global_tolerations: []
# Global node selector that will be passed to all containers (unless overridden by a more specific node selector)
# Only works with Kubernetes
# Example: node_selectors: { "disktype": "ssd" }
# Example: global_node_selectors: { "disktype": "ssd" }
# Defaults to empty
node_selectors: {}
global_node_selectors: {}
```
#### Example configurations
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment