Merge pull request #170 from skeeey/trigger

trigger a new build
This commit is contained in:
OpenShift Merge Robot
2021-09-24 05:53:54 -04:00
committed by GitHub

View File

@@ -109,7 +109,7 @@ func (m *finalizeController) syncRoleAndRoleBinding(ctx context.Context, control
return nil
}
// There are twp possible cases that we need to remove finalizers on role/rolebindings based on
// There are two possible cases that we need to remove finalizers on role/rolebindings based on
// clean of manifestworks.
// 1. The namespace is finalizing.
// 2. The cluster is finalizing but namespace fails to be deleted.