Skip to content

Commit 19abd71

Browse files
Modifying the wait flag
1 parent fea84a5 commit 19abd71

File tree

1 file changed

+1
-1
lines changed
  • modules/management/kubectl-apply

1 file changed

+1
-1
lines changed

modules/management/kubectl-apply/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ module "kubectl_apply_manifests" {
8787
module "install_kueue" {
8888
source = "./helm_install"
8989
count = local.install_kueue ? 1 : 0
90-
wait = try(var.kueue.wait, false)
90+
wait = true
9191
timeout = 1200
9292
release_name = "kueue"
9393
chart_repository = "oci://registry.k8s.io/kueue/charts"

0 commit comments

Comments
 (0)