Skip to content

Commit

Permalink
Patch the finalizer for chi, see #305
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellie Huxtable committed Aug 25, 2022
1 parent 877d846 commit 18e550d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18e550d

Please sign in to comment.