cert-manager/test/e2e/charts
Daniel Morsing 178c3044b2 remove liveness checks on pebble deployments in e2e tests
liveness checks are a feature in kubernetes meant to restart hung
workloads. Since pebble stores account information in-memory, failing
a liveness check means that any running test will fail.

Because we're using pebble as part of a testsuite, we're protected
against hangs by the test just timing out.

On resource constrained environments (like my laptop), I've seen
the liveness check fail during startup, causing reboot loops and
timeouts. Since rebooting pebble mid-test will cause tests to fail
anyhow, we should probably disable this check.

Signed-off-by: Daniel Morsing <dmo@jetstack.io>
2019-01-09 08:26:31 +00:00
..
pebble remove liveness checks on pebble deployments in e2e tests 2019-01-09 08:26:31 +00:00
vault Rearrange Helm charts into deploy/ and test/e2e/charts directories 2018-12-04 16:19:49 +00:00