4 lines
170 B
Bash
4 lines
170 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
kubectl -n futureporn exec postgresql-primary-0 -- env PGPASSWORD=${POSTGRES_PASSWORD} psql -U postgres --command "CREATE DATABASE supertokens;"
|
||
|
echo "Done."
|