3 lines
210 B
Bash
Executable File
3 lines
210 B
Bash
Executable File
echo User : $(microk8s kubectl get secret postgres -o jsonpath="{.data.POSTGRES_USER}" | base64 -d)
|
|
echo Password: $(microk8s kubectl get secret postgres -o jsonpath="{.data.POSTGRES_PASSWORD}" | base64 -d)
|