Skip to content

Commit c1aa12d

Browse files
committed
Add description for username and password for rabbitmq
Signed-off-by: Sameer Joshi <[email protected]>
1 parent 28d9599 commit c1aa12d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ helm repo add bitnami https://charts.bitnami.com/bitnami
3434

3535
RabbitMQ Helm Chart version 7.0.0 or later
3636

37+
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.
38+
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.
39+
3740
```cli
3841
helm install rabbitmq --set auth.username=user --set auth.password=PASSWORD bitnami/rabbitmq --wait
3942
```

0 commit comments

Comments
 (0)