From 4e776bbac920065a7f8ab80ee572fa6bd070216d Mon Sep 17 00:00:00 2001 From: Dennis Zheleznyak Date: Thu, 28 Jul 2022 10:48:30 +0300 Subject: [PATCH] Prettify and fix yaml indentations --- templates/checks.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/checks.yaml.j2 b/templates/checks.yaml.j2 index 39274f28..d095222f 100644 --- a/templates/checks.yaml.j2 +++ b/templates/checks.yaml.j2 @@ -1 +1 @@ -{{ datadog_checks[item] | to_nice_yaml }} +{{ datadog_checks[item] | to_nice_yaml(indent=2) }}