initial commit
This commit is contained in:
2
odroid/postgres-operator-zalando/get-password.sh
Executable file
2
odroid/postgres-operator-zalando/get-password.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
echo User: $(microk8s kubectl get secret postgres.postgres-cluster-2.credentials.postgresql.acid.zalan.do -o jsonpath="{.data.username}" | base64 -d)
|
||||
echo Password: $(microk8s kubectl get secret postgres.postgres-cluster-2.credentials.postgresql.acid.zalan.do -o jsonpath="{.data.password}" | base64 -d)
|
||||
Reference in New Issue
Block a user