Skip to content

Commit

Permalink
[CN-1067] Add 'delete' Webhook to Hotbackup CRD for checking restore …
Browse files Browse the repository at this point in the history
…references (#981)

* add deletion webhook to hotbackup

* integration test

* call deletion validation in finalizer

* add unit test

* check hazelcast if deleted in validation

Signed-off-by: devOpsHelm <devopshelm@hazelcast.com>
  • Loading branch information
devOpsHelm committed Feb 5, 2024
1 parent 84d67e2 commit f635b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stable/hazelcast-platform-operator/templates/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ webhooks:
operations:
- CREATE
- UPDATE
- DELETE
resources:
- hotbackups
sideEffects: None
Expand Down

0 comments on commit f635b77

Please sign in to comment.