From 826208d51a4674456cb4a24b6c2414ad72c02eb2 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 11 Jul 2023 19:19:07 +0530 Subject: [PATCH] do not need the variable for newer configs --- env.sh.template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/env.sh.template b/env.sh.template index 9ccdb73..00be732 100755 --- a/env.sh.template +++ b/env.sh.template @@ -1,7 +1,5 @@ #!/bin/bash # https://prometheus.io/docs/prometheus/latest/storage/#operational-aspects -export retention_time="15d" - -# edit this variable for various startup options -export cli_options="--storage.tsdb.retention.time=$retention_time --storage.tsdb.path=/app/data/storage" +# edit this variable to change startup options +export cli_options="--storage.tsdb.retention.time=15d --storage.tsdb.path=/app/data/storage"