feat: add node_pools
- change agentv2 to common node_pool - set default node_pool to default
This commit is contained in:
@@ -21,6 +21,7 @@ server {
|
||||
# Manage clients/agents
|
||||
client {
|
||||
enabled = true
|
||||
node_pool = "<%= @node_pool %>"
|
||||
|
||||
<%- @host_volumes.each do |volume| %>
|
||||
host_volume "<%= volume['name'] %>" {
|
||||
|
||||
Reference in New Issue
Block a user