From c1aa12dcc14786fb3e8fa9a08ae6a4969ea6b6ab Mon Sep 17 00:00:00 2001 From: Sameer Joshi Date: Tue, 18 Apr 2023 17:00:07 +0530 Subject: [PATCH] Add description for username and password for rabbitmq Signed-off-by: Sameer Joshi --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e524023..9f50edd 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ helm repo add bitnami https://charts.bitnami.com/bitnami RabbitMQ Helm Chart version 7.0.0 or later +Please note that auth.username and auth.password parameter in below command are set to "user" and "PASSWORD" on purpose. It is advised not to change this for demo. +In case you need to change those parameters, you will need to modify the deployment yaml files for the consumer and publisher accordingly including the secret part in deploy-consumer.yaml which is base64 encoded version of rabbitmq connection string. + ```cli helm install rabbitmq --set auth.username=user --set auth.password=PASSWORD bitnami/rabbitmq --wait ```