Skip to content

Commit 6114f86

Browse files
committed
modify doc to use appropriate link for testing
1 parent 1bce269 commit 6114f86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/testing-monitoring-stack-deployment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,8 @@ curl -X POST https://$GRAFANA_ENDPOINT/login \
971971
# Deploy a containerized app(our example will be using a self-hosted netbird app locally)
972972
# note: please if you want to use a local domain name use "localhost"
973973
export NETBIRD_DOMAIN=<DOMAIN_NAME>
974-
bash getting-started-with-zitadel.sh
974+
wget https://raw.githubusercontent.com/ADORSYS-GIS/netbird/main/infrastructure/scripts/zitadel-setup.sh
975+
bash zitadel-setup.sh
975976

976977
# Create a .alloy file
977978
mkdir ~/observability-agent

0 commit comments

Comments
 (0)