diff --git a/templates/datadog.yaml.j2 b/templates/datadog.yaml.j2 index 2eeba6cb..e896e268 100644 --- a/templates/datadog.yaml.j2 +++ b/templates/datadog.yaml.j2 @@ -8,4 +8,6 @@ dd_url: {{ datadog_url | default('https://app.datadoghq.com') }} api_key: {{ datadog_api_key | default('youshouldsetthis') }} {% endif %} +{% if datadog_config -%} {{ datadog_config | to_nice_yaml }} +{% endif %}