Skip to content

Commit

Permalink
Update controllers/workspace/eventhandlers.go
Browse files Browse the repository at this point in the history
Co-authored-by: David Kwon <[email protected]>
  • Loading branch information
mkuznyetsov and dkwon17 authored Feb 22, 2024
1 parent 4b166fc commit 6801a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/workspace/eventhandlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func dwRelatedPodsHandler(obj client.Object) []reconcile.Request {
}

func (r *DevWorkspaceReconciler) dwPVCHandler(obj client.Object) []reconcile.Request {
// No need to reconcile PVC, if it doesn't have a label specifying its type
// No need to reconcile, if PVC doesn't have a label specifying its type
pvcLabel, ok := obj.GetLabels()[constants.DevWorkspacePVCTypeLabel]
if !ok {
return []reconcile.Request{}
Expand Down

0 comments on commit 6801a24

Please sign in to comment.