From a2b9ff3223fc2875e95ea10e131e533be1c83abf Mon Sep 17 00:00:00 2001 From: natemollica-dev Date: Wed, 25 Sep 2024 16:27:29 -0700 Subject: [PATCH] bootstrap: Add cluster_manager.enable_deferred_cluster_creation: true to bootstrap template --- internal/bootstrap/bootstrap_tpl.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/bootstrap/bootstrap_tpl.go b/internal/bootstrap/bootstrap_tpl.go index b6476589..cb01e262 100644 --- a/internal/bootstrap/bootstrap_tpl.go +++ b/internal/bootstrap/bootstrap_tpl.go @@ -299,6 +299,9 @@ const bootstrapTemplate = `{ } } } + }, + "cluster_manager": { + "enable_deferred_cluster_creation": true } } `