Skip to content

Commit

Permalink
fix: Enable auto upgrade/repair with cluster autoscaling
Browse files Browse the repository at this point in the history
- Fix variable default in test/fixtures/node_pool template
  • Loading branch information
naveen230 committed Jan 15, 2023
1 parent acf859e commit fbc21f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fixtures/node_pool/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ module "example" {
max_memory_gb = 30
min_memory_gb = 10
gpu_resources = []
auto_repair = true
auto_upgrade = true
}
}

0 comments on commit fbc21f4

Please sign in to comment.