Create image database for grafana
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# NOTE(simkir): Pipe your queries into this
|
||||
# E.g.:
|
||||
# - echo "select * from images" | ./query
|
||||
# - cat upload.sql | ./query
|
||||
|
||||
kubectl --context oceanbox -n oceanbox exec -i svc/oceanbox-rw -c postgres -- psql aux
|
||||
Reference in New Issue
Block a user