Skip to content

Commit fbc21f4

Browse files
committed
fix: Enable auto upgrade/repair with cluster autoscaling
- Fix variable default in test/fixtures/node_pool template
1 parent acf859e commit fbc21f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/fixtures/node_pool/example.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ module "example" {
3535
max_memory_gb = 30
3636
min_memory_gb = 10
3737
gpu_resources = []
38+
auto_repair = true
39+
auto_upgrade = true
3840
}
3941
}
4042

0 commit comments

Comments
 (0)