Skip to content

Commit 28d9599

Browse files
committed
Update readme as bitnami now supports ARM64
Signed-off-by: Jorge Turrado <[email protected]>
1 parent 2eb1738 commit 28d9599

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ helm install rabbitmq --set auth.username=user --set auth.password=PASSWORD bitn
4040

4141
**Notes:**
4242

43-
* The default RabbitMQ image built by bitnami does not support ARM CPU architecture so if running this demo on a computer with a ARM Processor use the [official rabbitmq image](https://hub.docker.com/_/rabbitmq) instead. To install RabbitMQ using the official rabbitmq image run the following command:
44-
45-
```cli
46-
helm install rabbitmq --set auth.username=user --set auth.password=PASSWORD --set image.tag=latest --set image.repository=rabbitmq bitnami/rabbitmq --wait
47-
```
48-
4943
* If you are running the rabbitMQ image on KinD, you will run into permission issues unless you set `volumePermissions.enabled=true`. Use the following command if you are using KinD:
5044

5145
```cli

0 commit comments

Comments
 (0)