Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
Signed-off-by: namkyu1999 <[email protected]>
  • Loading branch information
namkyu1999 committed Oct 25, 2023
1 parent d994bf7 commit 67cbc50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ kubectl create ns litmus
helm install chaos litmuschaos/litmus --namespace=litmus

## ARM support
## Litmus Helm Chart depends on bitnami/mongodb, which uses a mongodb image not supported on ARM.
## Use a different image and tag as shown below.
## Litmus helm chart depends on bitnami/mongodb, which uses a mongodb image not supported on ARM.
## To install Litmus on an ARM-based server, use a custom MongoDB ARM image instead of the default.
# helm install chaos litmuschaos/litmus --namespace=litmus \
# --set mongodb.image.registry=<put_registry> \
# --set mongodb.image.repository=<put_image_repository> \
Expand Down

0 comments on commit 67cbc50

Please sign in to comment.