cyberark / conjur-oss-helm-chart

Helm chart for deploying Conjur OSS to Kubernetes
Apache License 2.0
28 stars 24 forks source link

Adding instrumentation to debug GH actions test failures #157

Closed diverdane closed 3 years ago

diverdane commented 3 years ago

Desired Outcome

When failures during a helm install... or helm test... operation that is done as part of GitHub actions test, there should be a dump of Kubernetes resources in the conjur-oss Namespace so that we have an idea of what the system state is when the failure occurs. This will help with debugging of failed GitHub actions tests.

Implemented Changes

When a failure occurs in the GitHub actions test, the following information will be collected:

Connected Issue/Story

Resolves #158

Definition of Done

Changelog

Test coverage

Documentation

Behavior

Security