From 93c09d742e412ac66934ff14531b7689f6549f17 Mon Sep 17 00:00:00 2001 From: Gregory Bloquel Date: Thu, 21 Dec 2023 10:08:54 +0100 Subject: [PATCH] fix(role/stage0offline): allow using custom CA on mono architecture --- .../templates/mono/out.stage0.hashistack.yml.j2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/stage0_offline/templates/mono/out.stage0.hashistack.yml.j2 b/roles/stage0_offline/templates/mono/out.stage0.hashistack.yml.j2 index 59c8c4a..d4b0187 100644 --- a/roles/stage0_offline/templates/mono/out.stage0.hashistack.yml.j2 +++ b/roles/stage0_offline/templates/mono/out.stage0.hashistack.yml.j2 @@ -121,5 +121,8 @@ monitor_netdata_web_bind_to: "0.0.0.0" prometheus_version: "2.42.0" -hs_stage1_rproxy_dns_service +hs_vault_use_custom_ca: true +hs_consul_use_custom_ca: true +hs_nomad_use_custom_ca: true +hs_grafana_use_custom_ca: true {% endraw %}