Skip to content

Commit 7105771

Browse files
committed
Expand env in promtail config
1 parent 5f6e91f commit 7105771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shutter/scripts/run_promtail.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
run_promtail() {
44
if [[ $SHUTTER_PUSH_LOGS_ENABLED=true ]];
55
then
6-
promtail -log-config-reverse-order -print-config-stderr -config.file /etc/promtail_config.yaml
6+
promtail -config.expand-env=true -log-config-reverse-order -print-config-stderr -config.file /etc/promtail_config.yaml
77
else
88
tail -f /dev/null
99
fi

0 commit comments

Comments
 (0)