cortex icon indicating copy to clipboard operation
cortex copied to clipboard

Add regex support on the node groups selector in the API spec

Open RobertLucian opened this issue 4 years ago • 0 comments
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"]
# ...

RobertLucian avatar Jul 17 '21 00:07 RobertLucian