Add analytics namespace in query helper script

This commit is contained in:
2025-11-20 10:50:49 +01:00
parent ee1e3c7405
commit fe8632f5ea
+1 -1
View File
@@ -14,5 +14,5 @@ then
exit 1
fi
cat $file | kubectl exec -i svc/prod-umami-db-rw -c postgres -- psql app
cat $file | kubectl -n analytics exec -i svc/prod-umami-db-rw -c postgres -- psql app