Skip to content

Commit

Permalink
doc polishes
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanzele committed Jun 22, 2023
1 parent 4d709fc commit 33db0d5
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions charts/testkube-enterprise/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -318,8 +318,6 @@ dex:
username: <username>
```

For a more advanced setup, refer to the Testkube Enterprise Chart [README.md](../README.md).

### Production setup

TBD
Expand Down

0 comments on commit 33db0d5

Please sign in to comment.