Add regex support on the node groups selector in the API spec
RobertLucian opened this issue · 0 comments
RobertLucian commented
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"]
# ...