From 11a9ca4f91c479306b4282eaa5af433b537c37e8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 31 Dec 2020 13:22:05 +0100 Subject: [PATCH] chore: remove gomplate debug output --- overlay/usr/local/bin/entrypoint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/usr/local/bin/entrypoint b/overlay/usr/local/bin/entrypoint index f9ea055..ea8af22 100755 --- a/overlay/usr/local/bin/entrypoint +++ b/overlay/usr/local/bin/entrypoint @@ -2,7 +2,7 @@ set -eo pipefail -/usr/local/bin/gomplate -V -o /app/.env -f /etc/templates/env.tmpl +/usr/local/bin/gomplate -o /app/.env -f /etc/templates/env.tmpl if [ -n "$BITWARDENRS_DATABASE_URL" ] then