#!/bin/bash

echo "${DD_PG_CONFIG_YAML}" | envsubst > /etc/datadog-agent/conf.d/postgres.d/conf.yaml

/bin/bash /bin/entrypoint.sh $@
