fix: phase out jaeger in favor of tempo and otel collecotor

This commit is contained in:
Jonas Juselius
2024-09-27 19:59:13 +02:00
parent aac2b7bd2c
commit 58abecc074
7 changed files with 7 additions and 51 deletions
@@ -6,7 +6,7 @@ if [ ! $# -ge 1 ]; then
exit 1
fi
if [ ! -d chart ]; then
if [ ! -f create-vcluster.sh ]; then
echo "error: must be run from toplevel directory"
exit 1
fi