From 33db0d53bc9b5f3d50ede23b50f01293b6007a20 Mon Sep 17 00:00:00 2001 From: Dejan Pejchev Date: Thu, 22 Jun 2023 12:31:27 +0200 Subject: [PATCH] doc polishes --- charts/testkube-enterprise/docs/README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/charts/testkube-enterprise/docs/README.md b/charts/testkube-enterprise/docs/README.md index ee6037686..abd0a6df3 100644 --- a/charts/testkube-enterprise/docs/README.md +++ b/charts/testkube-enterprise/docs/README.md @@ -279,6 +279,15 @@ testkube-cloud-api: 2. Create a `values.yaml` with preferred configuration 3. Run `helm install testkube-enterprise ./testkube-enterprise -f values.yaml --namespace testkube-enterprise` +**IMPORTANT** +The Bitnami MongoDB Helm chart does not work reliably on ARM architectures. If you are installing MongoDB using this chart, you need to use an ARM compatible image: +```helm +mongodb: + image: + repository: zcube/bitnami-compat-mongodb + tag: "6.0.5" +``` + ### Minimal setup This is a minimal setup which will install a development Testkube Enterprise cluster with the following components: @@ -290,15 +299,6 @@ This is a minimal setup which will install a development Testkube Enterprise clu This setup should not be used in production environments. For a more advanced setup please refer to the [Production Setup](#production-setup) section. -**IMPORTANT** -The Bitnami MongoDB Helm chart does not work reliably on ARM architectures. If you are installing MongoDB using this chart, you need to use an ARM compatible image: -```helm -mongodb: - image: - repository: zcube/bitnami-compat-mongodb - tag: "6.0.5" -``` - Following configuration can be used for a minimal development setup of Testkube Enterprise: ```helm global: @@ -318,8 +318,6 @@ dex: username: ``` -For a more advanced setup, refer to the Testkube Enterprise Chart [README.md](../README.md). - ### Production setup TBD