Skip to content

Commit

Permalink
fix: README global node selector (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Mar 1, 2024
1 parent 181dd04 commit f9343a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9343a2

Please sign in to comment.