From f344e8c8ecca337d497c0774aaf5b8d842c5bca7 Mon Sep 17 00:00:00 2001 From: Maciej Laskowski <19705838+malaskowski@users.noreply.github.com> Date: Fri, 22 Oct 2021 12:38:49 +0200 Subject: [PATCH] Add aet helm chart to description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b88737054..044ad125c 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ To setup a fully functional AET instance use one of the following: - assume `AET_ROOT` mentioned in the guide above to be equal `../aet-docker` - this way, from the root directory of **this** project, you can run `./gradlew` or `./gradlew deployLocal` to automatically install all core bundles, core configs and core features +- [AET Helm chart](https://github.com/malaskowski/aet-helm) when you have Kubernetes cluster. For more details on how to run AET tests, see [AET in 10 minutes](https://github.com/wttech/aet//wiki/AETIn10Minutes) guide.