From 3bfc1f61aca4bc7587ba30553d6a040db87c5610 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 11 Nov 2022 13:24:28 -0800 Subject: [PATCH] Update levant service template with some defaults --- service.nomad | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/service.nomad b/service.nomad index 2e70045..dbd1d13 100644 --- a/service.nomad +++ b/service.nomad @@ -219,7 +219,7 @@ EOF } [[ end -]] } - [[ with .mysql_bootstrap ]][[ with . | parseJSON -]] + [[ with .mysql_bootstrap ]][[ with . | parseJSON ]] task "[[$.name]]-bootstrap" { driver = "docker" @@ -260,15 +260,12 @@ password={{ .Data.data.root_password }} template { data = <