fix(ingress.tjo.cloud): alloy credentials
Some checks failed
/ lint (push) Failing after 39s

This commit is contained in:
mentos1386 2025-01-04 18:35:46 +00:00
parent 501f8939f3
commit 24fd056081

View file

@ -71,8 +71,8 @@ ATTRIBUTES+="cloud.region=${CLOUD_REGION}"
{
echo ""
echo "OTEL_RESOURCE_ATTRIBUTES=${ATTRIBUTES}"
echo "alloy_username=${SERVICE_ACCOUNT_USERNAME}"
echo "alloy_password=${SERVICE_ACCOUNT_PASSWORD}"
echo "ALLOY_USERNAME=${SERVICE_ACCOUNT_USERNAME}"
echo "ALLOY_PASSWORD=${SERVICE_ACCOUNT_PASSWORD}"
} >>/etc/default/alloy
systemctl enable --now alloy
systemctl restart alloy