From f76b9edd16926167ea37b47ba331848d64876ede Mon Sep 17 00:00:00 2001 From: Jason Birchall <31217584+jasonBirchall@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:01:38 +0100 Subject: [PATCH] :wrench: Exclude environment from auto-nuke The Operations Engineering team are currently trialling a long running prototype of log streaming. This requires us to keep resources running over long periods (approx. 3 months). After this time, we can enable auto-nuke once more. --- environments/operations-engineering.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environments/operations-engineering.json b/environments/operations-engineering.json index b77d29910..887014d63 100644 --- a/environments/operations-engineering.json +++ b/environments/operations-engineering.json @@ -6,7 +6,8 @@ "access": [ { "github_slug": "operations-engineering", - "level": "sandbox" + "level": "sandbox", + "nuke": "exclude" } ] }