c4k-nextcloud/main/resources/postgres/verify.sh

9 lines
143 B
Bash
Raw Normal View History

#!/bin/bash
echo -e "\n====================\n"
echo -e "postgres is running"
echo -e "\n====================\n"
kubectl get all
echo -e "\n"