mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 18:45:18 +01:00
Readiness check should happen before tests are executed. Otherwise the fails if there are tests and test pods match the label selectors that identify pods. Since test pods have status Completed, they cause the readiness check to fail. Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>