We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a93dcf commit ece5fe7Copy full SHA for ece5fe7
infra/terraform_modules/arc_v4_container_cluster/main.tf
@@ -92,6 +92,7 @@ resource "helm_release" "arc_runner_set" {
92
values = [
93
templatefile("../terraform_modules/arc_v4_container_cluster/arc-values.yaml", {
94
github_repo_url = var.github_repo_url
95
+ min_tpu_nodes = var.min_tpu_nodes
96
max_tpu_nodes = var.max_tpu_nodes
97
runner_image = var.runner_image
98
})
0 commit comments