Skip to content

Commit

Permalink
delete test hooks for deletion ordering
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Borrelli <steve@borrelli.org>
  • Loading branch information
stevendborrelli committed Aug 31, 2023
1 parent 4623d0d commit c817b8a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.
2 changes: 0 additions & 2 deletions examples/app-claim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ kind: App
metadata:
name: platform-ref-aws-ghost
namespace: default
annotations:
uptest.upbound.io/pre-delete-hook: testhooks/delete-release-app.sh
spec:
providerConfigRef:
name: platform-ref-aws
Expand Down
2 changes: 0 additions & 2 deletions examples/cluster-claim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ kind: Cluster
metadata:
name: platform-ref-aws
namespace: default
annotations:
uptest.upbound.io/pre-delete-hook: testhooks/delete-release.sh
spec:
id: platform-ref-aws
parameters:
Expand Down
9 changes: 0 additions & 9 deletions examples/testhooks/delete-release-app.sh

This file was deleted.

10 changes: 0 additions & 10 deletions examples/testhooks/delete-release.sh

This file was deleted.

0 comments on commit c817b8a

Please sign in to comment.