From 24fd05608163d0899f205860954dc7c8a40bfa66 Mon Sep 17 00:00:00 2001 From: mentos1386 Date: Sat, 4 Jan 2025 18:35:46 +0000 Subject: [PATCH] fix(ingress.tjo.cloud): alloy credentials --- ingress.tjo.cloud/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ingress.tjo.cloud/install.sh b/ingress.tjo.cloud/install.sh index 6873eaa..6eef523 100755 --- a/ingress.tjo.cloud/install.sh +++ b/ingress.tjo.cloud/install.sh @@ -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