uselagoon / lagoon

Lagoon, the developer-focused application delivery platform
https://docs.lagoon.sh/
Apache License 2.0
563 stars 148 forks source link

add CLEAR_API_DATA env to allow API data clearing #3600

Closed tobybellwood closed 10 months ago

tobybellwood commented 11 months ago

This PR adds an optional CLEAR_API_DATA into the data watcher pusher that triggers the deleteall* mutations.

In normal usage this isn't required, but can come in handy when rerunning tests (make k3d/retest) after failures.

Longer term goal is to make the ansible tests more fault tolerant, but let's eat the elephant one bite at a time...