Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OVA: backport #832
Browse files Browse the repository at this point in the history
Signed-off-by: Bella Khizgiyaev <bkhizgiy@redhat.com>
bkhizgiy committed Mar 28, 2024
1 parent 73615a6 commit 3ef3254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/provider/controller.go
Original file line number Diff line number Diff line change
@@ -190,7 +190,7 @@ func (r Reconciler) Reconcile(ctx context.Context, request reconcile.Request) (r
}
}

if provider.Type() == api.Ova {
if provider.Type() == api.Ova && provider.DeletionTimestamp == nil {

deploymentName := fmt.Sprintf("%s-deployment-%s", ovaServer, provider.Name)

0 comments on commit 3ef3254

Please sign in to comment.