Skip to content

Commit

Permalink
Fix rabbitmq installation message
Browse files Browse the repository at this point in the history
Signed-off-by: David Isayan <[email protected]>
  • Loading branch information
DavidIsa authored and alexellis committed Oct 5, 2022
1 parent 7b7ade3 commit c44c702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/apps/rabbitmq_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const RabbitmqInfoMsg = `
# By default the "user" username is used
# To get your password run:
export RABBITMQ_PASSWORD=$(kubectl get secret --namespace rabbitmq -o jsonpath="{.data.rabbitmq-password}" | base64 --decode)
export RABBITMQ_PASSWORD=$(kubectl get secret --namespace rabbitmq rabbitmq -o jsonpath="{.data.rabbitmq-password}" | base64 -d)
# To Access the RabbitMQ Management interface:
Expand Down

0 comments on commit c44c702

Please sign in to comment.