namespace=tools clustername=stagerabbitmq 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 namespace=tools clustername=prerabbitmq 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 namespace=tools clustername=rabbitmq 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