initial commit
This commit is contained in:
2
odroid/postgres-operator-percona/helm/get-password.sh
Executable file
2
odroid/postgres-operator-percona/helm/get-password.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
echo user: $(microk8s kubectl get secret cluster1-pguser-cluster1 -o jsonpath="{.data.user}" | base64 -d)
|
||||
echo password: $(microk8s kubectl get secret cluster1-pguser-cluster1 -o jsonpath="{.data.password}" | base64 -d)
|
||||
Reference in New Issue
Block a user