From 9e6e95d1e9e0bf28533550ea8769ee625eb35372 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Mon, 15 Jan 2024 10:15:28 +0000 Subject: [PATCH] Update nomad var location. --- services/mysql.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/mysql.hcl b/services/mysql.hcl index fbff15f..c5de41d 100644 --- a/services/mysql.hcl +++ b/services/mysql.hcl @@ -23,7 +23,7 @@ job "mysql" { } env { - MYSQL_ROOT_PASSWORD = "{{ with nomadVar \"nomad/jobs/mysql\" }}{{ .root_password }}{{ end }}" + MYSQL_ROOT_PASSWORD = "{{ with nomadVar \"secrets/mysql\" }}{{ .root_password }}{{ end }}" } service {