Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/helpers/docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,12 @@ then
echo "postgresql_connection_uri: $POSTGRESQL_CONNECTION_URI" >> $CONFIG_FILE
fi

# check if the otel collector connection uri is passed
if [ ! -z $OTEL_COLLECTOR_CONNECTION_URI ]
then
echo "otel_collector_connection_uri: $OTEL_COLLECTOR_CONNECTION_URI" >> $CONFIG_FILE
fi

# THE CONFIGS BELOW ARE DEPRECATED----------------

# check if postgresql key value table name is passed
Expand Down