From 18e550d7b97005063ad0af8fe1daeee71a629e04 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 25 Aug 2022 10:34:22 +0100 Subject: [PATCH] Patch the finalizer for chi, see #305 --- .github/workflows/pr-deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-deploy.yaml b/.github/workflows/pr-deploy.yaml index 38be67025..b29106b6d 100644 --- a/.github/workflows/pr-deploy.yaml +++ b/.github/workflows/pr-deploy.yaml @@ -87,6 +87,7 @@ jobs: run: | doctl kubernetes cluster kubeconfig save $PR_CLUSTER_ID + kubectl patch chi posthog -n pr-${{ steps.vars.outputs.git_short }} -p '{"metadata":{"finalizers":null}}' --type=merge helm uninstall -n pr-${{ steps.vars.outputs.git_short }} posthog # delete all instances of all resources, in the specified namespace