Skip to content

Commit

Permalink
change-api
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyvjoy committed Dec 17, 2024
1 parent f54c83a commit c8ae597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/commonconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func GetController(ctx context.Context, cr csmv1.ContainerStorageModule, operato
bController := true
bOwnerDeletion := cr.Spec.Driver.ForceRemoveDriver != nil && !*cr.Spec.Driver.ForceRemoveDriver
kind := cr.Kind
v1 := "apps/v1"
v1 := "storage.dell.com/v1"
controllerYAML.Deployment.OwnerReferences = []metacv1.OwnerReferenceApplyConfiguration{
{
APIVersion: &v1,
Expand Down

0 comments on commit c8ae597

Please sign in to comment.