Skip to content

Commit

Permalink
docs: forceFinalizerRemoval (#10852)
Browse files Browse the repository at this point in the history
Signed-off-by: Julie Vogelmani <[email protected]>
  • Loading branch information
juliev0 authored Apr 12, 2023
1 parent b87bdcf commit ed4b966
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/walk-through/artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,15 @@ kubectl patch workflow my-wf \
--type json \
--patch='[ { "op": "remove", "path": "/metadata/finalizers" } ]'
```

### Release Versions >= 3.5

A flag has been added to the Workflow Spec called `forceFinalizerRemoval` (see [here](../fields.md#workflowlevelartifactgc)) to force the finalizer's removal even if Artifact GC fails:

```yaml
spec:
artifactGC:
strategy: OnWorkflowDeletion
forceFinalizerRemoval: true
```

0 comments on commit ed4b966

Please sign in to comment.