Skip to content

Commit

Permalink
delete command
Browse files Browse the repository at this point in the history
  • Loading branch information
benmountjoy111 committed Nov 2, 2023
1 parent c80d3fe commit c5a7e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/longhorn/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ components:
# Set the delete confirmation flag for Longhorn
onRemove:
before:
- cmd: "./zarf tools kubectl get ns longhorn-system -o json | jq '.spec.finalizers = []' | kubectl replace --raw '/api/v1/namespaces/longhorn-system/finalize' -f -"
- cmd: "./zarf tools kubectl -n longhorn-system patch -p '{\"value\": \"true\"}' --type=merge lhs deleting-confirmation-flag"
manifests:
- name: longhorn-connect
namespace: longhorn-system
Expand Down

0 comments on commit c5a7e29

Please sign in to comment.