Skip to content

Commit e5b127d

Browse files
authored
Merge pull request #646 from rackerlabs/docs-20250203
docs: make output easier to read and copy/paste
2 parents 58766dd + 39e4f15 commit e5b127d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/operator-guide/rabbitmq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
```bash
66
# Username
7-
kubectl -n openstack get secret rabbitmq-default-user -o jsonpath="{.data.username}" | base64 --decode
7+
kubectl -n openstack get secret rabbitmq-default-user -o jsonpath="{.data.username}" | base64 --decode && echo
88
# Password
9-
kubectl -n openstack get secret rabbitmq-default-user -o jsonpath="{.data.password}" | base64 --decode
9+
kubectl -n openstack get secret rabbitmq-default-user -o jsonpath="{.data.password}" | base64 --decode && echo
1010
```
1111

1212
## Opening the UI

0 commit comments

Comments
 (0)