Skip to content

Commit

Permalink
OVA: backport #832
Browse files Browse the repository at this point in the history
Signed-off-by: Bella Khizgiyaev <[email protected]>
  • Loading branch information
bkhizgiy authored and ahadas committed Mar 28, 2024
1 parent 73615a6 commit 6dfe2e0
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
Expand Up @@ -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)

Expand Down

0 comments on commit 6dfe2e0

Please sign in to comment.