4 lines
68 B
Bash
Executable File
4 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
|
|
kubectl exec -it postgres-0 -- psql -U postgres dexorder
|