Skip to content

Commit

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

0 comments on commit c80d3fe

Please sign in to comment.