From 6114f86a93434a401424964274cf08949fea7f7e Mon Sep 17 00:00:00 2001 From: USHER-PB Date: Fri, 9 Jan 2026 07:59:21 +0100 Subject: [PATCH] modify doc to use appropriate link for testing --- docs/testing-monitoring-stack-deployment.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/testing-monitoring-stack-deployment.md b/docs/testing-monitoring-stack-deployment.md index b97d4292..0786285f 100644 --- a/docs/testing-monitoring-stack-deployment.md +++ b/docs/testing-monitoring-stack-deployment.md @@ -971,7 +971,8 @@ curl -X POST https://$GRAFANA_ENDPOINT/login \ # Deploy a containerized app(our example will be using a self-hosted netbird app locally) # note: please if you want to use a local domain name use "localhost" export NETBIRD_DOMAIN= -bash getting-started-with-zitadel.sh +wget https://raw.githubusercontent.com/ADORSYS-GIS/netbird/main/infrastructure/scripts/zitadel-setup.sh +bash zitadel-setup.sh # Create a .alloy file mkdir ~/observability-agent