Unverified Commit f74127af authored by hc-github-team-nomad-core's avatar hc-github-team-nomad-core Committed by GitHub
Browse files

Merge pull request #12630 from hashicorp/backport/main/curiously-clever-sunbird

This pull request was automerged via backport-assistant
parents 88c5092b 845bd082
No related merge requests found
Showing with 3 additions and 0 deletions
+3 -0
......@@ -1604,6 +1604,9 @@ func (a *ClientConfig) Merge(b *ClientConfig) *ClientConfig {
} else if b.Reserved != nil {
result.Reserved = result.Reserved.Merge(b.Reserved)
}
if b.ReserveableCores != "" {
result.ReserveableCores = b.ReserveableCores
}
if b.GCInterval != 0 {
result.GCInterval = b.GCInterval
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment