Add analytics namespace in query helper script
This commit is contained in:
@@ -14,5 +14,5 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user