cortex
cortex copied to clipboard
Add regex support on the node groups selector in the API spec
trafficstars
Description
The user could want to do a regex instead of listing all of the node groups to use in the api spec:
# api spec
# ...
node_groups: ["(.*)-arm"]
# ...