namespace=tools clustername=rabbitmq-stage kubectl -n $namespace get secret $clustername-default-user -o jsonpath='{.data.username}' | base64 -d && echo kubectl -n $namespace get secret $clustername-default-user -o jsonpath='{.data.password}' | base64 -d && echo