Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Remove unneeded comment
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville committed Dec 6, 2023
1 parent 42e4895 commit dcafa98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controller/appdefinition/volume.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ func toPVCs(req router.Request, appInstance *v1.AppInstance) (result []kclient.O
continue
}

// TODO - make sure the behavior of ResolveVolumeRequest is correct
volumeRequest = volume.ResolveVolumeRequest(volumeRequest, volumeBinding, appInstance.Status.ResolvedOfferings.Volumes[vol])

pvc := corev1.PersistentVolumeClaim{
Expand Down

0 comments on commit dcafa98

Please sign in to comment.