From d2c4b02fe57b199d06361db252f74de54053dcad Mon Sep 17 00:00:00 2001 From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de> Date: Thu, 3 Dec 2020 16:26:22 +0100 Subject: [PATCH] enhance documenation for testing this helm chart --- execution/helm/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/execution/helm/README.md b/execution/helm/README.md index a497821eb..425acd948 100644 --- a/execution/helm/README.md +++ b/execution/helm/README.md @@ -27,8 +27,11 @@ Test the installation: helm test <release-name> ``` -Our test files are located [here](./theodlote-chart/templates/../../theodolite-chart/templates/tests). Many subcharts have their own tests, these are also executed and are placed in the respective /templates folders. Please note: If a test fails, helmet will stop testing. +Our test files are located [here](./theodlote-chart/templates/../../theodolite-chart/templates/tests). Many subcharts have their own tests, these are also executed and are placed in the respective /templates folders. +Please note: If a test fails, helmet will stop testing. + +It is possible that the tests are not running successfully at the moment. This is because the Helm tests of the sub chart cp-confluent receive a timeout exception. There is an [issue](https://github.com/confluentinc/cp-helm-charts/issues/318) for this problem on github. ## Configuration -- GitLab