Fix role reconciling
[ZITADOPER-1]
This commit is contained in:
@@ -203,7 +203,7 @@ func (wr *wrappedProjectReconciler) reconcileRoles(ctx context.Context, ztdClien
|
|||||||
delete(roles, role.Key)
|
delete(roles, role.Key)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
delete(roles, role.Key)
|
deleteRoles = append(deleteRoles, r)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user