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