From 89539c35c9ffd139eff079b0fe8fa7e03814f274 Mon Sep 17 00:00:00 2001 From: Levi Harrison Date: Thu, 29 Dec 2022 14:18:42 -0500 Subject: [PATCH] Remove nomad `datacenter` field in configuration docs Signed-off-by: Levi Harrison --- docs/configuration/configuration.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 058a33da2..dee7cfce8 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -2418,7 +2418,6 @@ The following meta labels are available on targets during [relabeling](#relabel_ # The information to access the Nomad API. It is to be defined # as the Nomad documentation requires. [ allow_stale: | default = true ] -[ datacenter: ] [ namespace: | default = default ] [ refresh_interval: | default = 60s ] [ region: | default = global ]