We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58766dd + 39e4f15 commit e5b127dCopy full SHA for e5b127d
docs/operator-guide/rabbitmq.md
@@ -4,9 +4,9 @@
4
5
```bash
6
# Username
7
-kubectl -n openstack get secret rabbitmq-default-user -o jsonpath="{.data.username}" | base64 --decode
+kubectl -n openstack get secret rabbitmq-default-user -o jsonpath="{.data.username}" | base64 --decode && echo
8
# Password
9
-kubectl -n openstack get secret rabbitmq-default-user -o jsonpath="{.data.password}" | base64 --decode
+kubectl -n openstack get secret rabbitmq-default-user -o jsonpath="{.data.password}" | base64 --decode && echo
10
```
11
12
## Opening the UI
0 commit comments